Html Css Color HEX #7E89FA Light Slate Blue

📋 copy color: '#7E89FA'

red 126 ◦ green 137 ◦ blue 250

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

Shades of Light Slate Blue #7E89FA

Tints of Light Slate Blue #7E89FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.71%

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

R = 24.56%
G = 26.71%
B = 48.73%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7E89FA (or 0x7E89FA) is known color: Light Slate Blue. HEX triplet: 7E, 89 and FA. RGB value is (126,137,250). Sum of RGB (Red+Green+Blue) = 126+137+250=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #7E89FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E89FA is #817605. Grayscale: #929292. Windows color (decimal): -8484358 or 16419198. OLE color: 16419198.

HSL color Cylindrical-coordinate representation of color #7E89FA: hue angle of 234.68º 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 #7E89FA is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 126 137 250 -
CMYK 0.50 0.45 0 0.02
HSL 234.68º 0.93% 0.74% -
HSV(B) 234.68º 0.5% 0.98% -
XYZ 34.81 29.23 94.25 -
YUV 146.59 186.36 113.31 -
System Red Green Blue C M Y K H S L
Decimal 126 137 250 0.50 0.45 0 0.02 234.68 0.93 0.74
Hex 7E 89 FA 32 2D 0 2 EB 5D 4A
Octal 176 211 372 62 55 0 2 353 135 112
Binary 1111110 10001001 11111010 110010 101101 0 10 11101011 1011101 1001010

Color Harmonies of #7E89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E89FA

Black with #7E89FA

Text Example


Text Example

White with #7E89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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