Html Css Color HEX #7E6FFB Light Slate Blue

📋 copy color: '#7E6FFB'

red 126 ◦ green 111 ◦ blue 251

#7E6FFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #7E6FFB

Tints of Light Slate Blue #7E6FFB

RGB

 RED value IS 126 (49.61% from 255) = 25.82%

 GREEN value IS 111 (43.75% from 255) = 22.75%

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 25.82%
G = 22.75%
B = 51.43%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E6FFB (or 0x7E6FFB) is known color: Light Slate Blue. HEX triplet: 7E, 6F and FB. RGB value is (126,111,251). Sum of RGB (Red+Green+Blue) = 126+111+251=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #7E6FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6FFB is #819004. Grayscale: #828282. Windows color (decimal): -8491013 or 16478078. OLE color: 16478078.

HSL color Cylindrical-coordinate representation of color #7E6FFB: hue angle of 246.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E6FFB is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 111 251 -
CMYK 0.50 0.56 0 0.02
HSL 246.43º 0.95% 0.71% -
HSV(B) 246.43º 0.56% 0.98% -
XYZ 31.7 22.77 93.99 -
YUV 131.45 195.47 124.12 -
System Red Green Blue C M Y K H S L
Decimal 126 111 251 0.50 0.56 0 0.02 246.43 0.95 0.71
Hex 7E 6F FB 32 38 0 2 F6 5F 47
Octal 176 157 373 62 70 0 2 366 137 107
Binary 1111110 1101111 11111011 110010 111000 0 10 11110110 1011111 1000111

Color Harmonies of #7E6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6FFB

Black with #7E6FFB

Text Example


Text Example

White with #7E6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,111,251); }

 H1.HeaderClassName
 {
   color: #7E6FFB;
 }
 .AnyTagClassName
 {
   color: #7E6FFB;
 }
</style>

background-color css

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

 a { background-color: rgb(126,111,251); }

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

border-color css

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

 span { border-color: rgb(126,111,251); }

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