#7E67FF

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

Shades of Light Slate Blue #7E67FF

Tints of Light Slate Blue #7E67FF

Color information

#7E67FF (or 0x7E67FF) is unknown color: approx Light Slate Blue. HEX triplet: 7E, 67 and FF. RGB value is (126,103,255). Sum of RGB (Red+Green+Blue) = 126+103+255=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E67FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E67FF is #819800. Grayscale: #7E7E7E. Windows color (decimal): -8493057 or 16738174. OLE color: 16738174.

HSL color Cylindrical-coordinate representation of color #7E67FF: hue angle of 249.08º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E67FF is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB126103255-
CMYK0.510.6000
HSL249.08º100%70.2%-
HSV(B)249.08º59.61%100%-
XYZ31.521.3697.07-
YUV127.2200.12127.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 255 (100% from 255) = 52.69%
R=26.03%
G=21.28%
B=52.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1261032550.510.6000249.0810070.2
Hex7E67FF333C00f96446
Octal176147377637400371144106
Binary1111110110011111111111110011111100001111100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E67FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,103,255); }

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

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

 a { background-color: rgb(126,103,255); }

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

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

 span { border-color: rgb(126,103,255); }

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