Html Css Color HEX #9077EE Light Slate Blue

📋 copy color: '#9077EE'

red 144 ◦ green 119 ◦ blue 238

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

Shades of Light Slate Blue #9077EE

Tints of Light Slate Blue #9077EE

RGB

 RED value IS 144 (56.64% from 255) = 28.74%

 GREEN value IS 119 (46.88% from 255) = 23.75%

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 28.74%
G = 23.75%
B = 47.5%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9077EE (or 0x9077EE) is known color: Light Slate Blue. HEX triplet: 90, 77 and EE. RGB value is (144,119,238). Sum of RGB (Red+Green+Blue) = 144+119+238=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #9077EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9077EE is #6F8811. Grayscale: #8B8B8B. Windows color (decimal): -7309330 or 15628176. OLE color: 15628176.

HSL color Cylindrical-coordinate representation of color #9077EE: hue angle of 252.61º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9077EE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 119 238 -
CMYK 0.39 0.50 0 0.07
HSL 252.61º 0.78% 0.7% -
HSV(B) 252.61º 0.5% 0.93% -
XYZ 33.53 25.3 84 -
YUV 140.04 183.28 130.82 -
System Red Green Blue C M Y K H S L
Decimal 144 119 238 0.39 0.50 0 0.07 252.61 0.78 0.7
Hex 90 77 EE 27 32 0 7 FD 4E 46
Octal 220 167 356 47 62 0 7 375 116 106
Binary 10010000 1110111 11101110 100111 110010 0 111 11111101 1001110 1000110

Color Harmonies of #9077EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9077EE

Black with #9077EE

Text Example


Text Example

White with #9077EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9077EE; }

 p { color: rgb(144,119,238); }

 H1.HeaderClassName
 {
   color: #9077EE;
 }
 .AnyTagClassName
 {
   color: #9077EE;
 }
</style>

background-color css

<style>
 a { background-color: #9077EE; }

 a { background-color: rgb(144,119,238); }

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

border-color css

<style>
 span { border-color: #9077EE; }

 span { border-color: rgb(144,119,238); }

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