Html Css Color HEX #7E7EFA Light Slate Blue

📋 copy color: '#7E7EFA'

red 126 ◦ green 126 ◦ blue 250

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

Shades of Light Slate Blue #7E7EFA

Tints of Light Slate Blue #7E7EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

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

R = 25.1%
G = 25.1%
B = 49.8%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E7EFA (or 0x7E7EFA) is known color: Light Slate Blue. HEX triplet: 7E, 7E and FA. RGB value is (126,126,250). Sum of RGB (Red+Green+Blue) = 126+126+250=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E7EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7EFA is #818105. Grayscale: #8B8B8B. Windows color (decimal): -8487174 or 16416382. OLE color: 16416382.

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

Color convert

RGB 126 126 250 -
CMYK 0.50 0.50 0 0.02
HSL 240º 0.93% 0.74% -
HSV(B) 240º 0.5% 0.98% -
XYZ 33.32 26.26 93.75 -
YUV 140.14 190 117.92 -
System Red Green Blue C M Y K H S L
Decimal 126 126 250 0.50 0.50 0 0.02 240 0.93 0.74
Hex 7E 7E FA 32 32 0 2 F0 5D 4A
Octal 176 176 372 62 62 0 2 360 135 112
Binary 1111110 1111110 11111010 110010 110010 0 10 11110000 1011101 1001010

Color Harmonies of #7E7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7EFA

Black with #7E7EFA

Text Example


Text Example

White with #7E7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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