#7F67FC

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

Shades of Light Slate Blue #7F67FC

Tints of Light Slate Blue #7F67FC

Color information

#7F67FC (or 0x7F67FC) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 67 and FC. RGB value is (127,103,252). Sum of RGB (Red+Green+Blue) = 127+103+252=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F67FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F67FC is #809803. Grayscale: #7E7E7E. Windows color (decimal): -8427524 or 16541567. OLE color: 16541567.

HSL color Cylindrical-coordinate representation of color #7F67FC: hue angle of 249.66º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F67FC is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127103252-
CMYK0.500.5900.01
HSL249.66º96.13%69.61%-
HSV(B)249.66º59.13%98.82%-
XYZ31.1721.2494.55-
YUV127.16198.45127.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 103 (40.62% from 255) = 21.37%
BLUE value IS 252 (98.83% from 255) = 52.28%
R=26.35%
G=21.37%
B=52.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271032520.500.5900.01249.6696.1369.61
Hex7F67FC323B01fa6046
Octal177147374627301372140106
Binary1111111110011111111100110010111011011111101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F67FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,103,252); }

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

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

 a { background-color: rgb(127,103,252); }

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

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

 span { border-color: rgb(127,103,252); }

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