#7F4FCB

Color #7F4FCB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7F4FCB

Tints of Slate Blue #7F4FCB

Color information

#7F4FCB (or 0x7F4FCB) is unknown color: approx Slate Blue. HEX triplet: 7F, 4F and CB. RGB value is (127,79,203). Sum of RGB (Red+Green+Blue) = 127+79+203=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F4FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FCB is #80B034. Grayscale: #6B6B6B. Windows color (decimal): -8433717 or 13324159. OLE color: 13324159.

HSL color Cylindrical-coordinate representation of color #7F4FCB: hue angle of 263.23º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F4FCB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12779203-
CMYK0.370.6100.20
HSL263.23º54.39%55.29%-
HSV(B)263.23º61.08%79.61%-
XYZ22.3314.4258.11-
YUV107.49181.9141.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 31.05%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 203 (79.69% from 255) = 49.63%
R=31.05%
G=19.32%
B=49.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127792030.370.6100.20263.2354.3955.29
Hex7F4FCB253D0141073637
Octal17711731345750244076667
Binary1111111100111111001011100101111101010100100000111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4FCB; }

 p { color: rgb(127,79,203); }

 H1.HeaderClassName
 {
   color: #7F4FCB;
 }
 .AnyTagClassName
 {
   color: #7F4FCB;
 }
</style>
background-color css

<style>
 a { background-color: #7F4FCB; }

 a { background-color: rgb(127,79,203); }

 div.DivClassName
 {
   background-color: #7F4FCB;
 }
 .BgClassName
 {
   background-color: #7F4FCB;
 }
</style>
border-color css

<style>
 span { border-color: #7F4FCB; }

 span { border-color: rgb(127,79,203); }

 td.TdClassName
 {
   border-color: #7F4FCB;
 }
 .TagClassName
 {
   border-color: #7F4FCB;
 }
</style>