Html Css Color HEX #7E6BFA Light Slate Blue

📋 copy color: '#7E6BFA'

red 126 ◦ green 107 ◦ blue 250

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

Shades of Light Slate Blue #7E6BFA

Tints of Light Slate Blue #7E6BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.15%

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 26.09%
G = 22.15%
B = 51.76%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E6BFA (or 0x7E6BFA) is known color: Light Slate Blue. HEX triplet: 7E, 6B and FA. RGB value is (126,107,250). Sum of RGB (Red+Green+Blue) = 126+107+250=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E6BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6BFA is #819405. Grayscale: #808080. Windows color (decimal): -8492038 or 16411518. OLE color: 16411518.

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

Color convert

RGB 126 107 250 -
CMYK 0.50 0.57 0 0.02
HSL 247.97º 0.93% 0.7% -
HSV(B) 247.97º 0.57% 0.98% -
XYZ 31.12 21.85 93.02 -
YUV 128.98 196.29 125.87 -
System Red Green Blue C M Y K H S L
Decimal 126 107 250 0.50 0.57 0 0.02 247.97 0.93 0.7
Hex 7E 6B FA 32 39 0 2 F8 5D 46
Octal 176 153 372 62 71 0 2 370 135 106
Binary 1111110 1101011 11111010 110010 111001 0 10 11111000 1011101 1000110

Color Harmonies of #7E6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6BFA

Black with #7E6BFA

Text Example


Text Example

White with #7E6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,107,250); }

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

background-color css

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

 a { background-color: rgb(126,107,250); }

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

border-color css

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

 span { border-color: rgb(126,107,250); }

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