Html Css Color HEX #9086EA Light Slate Blue

📋 copy color: '#9086EA'

red 144 ◦ green 134 ◦ blue 234

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

Shades of Light Slate Blue #9086EA

Tints of Light Slate Blue #9086EA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.17%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 28.13%
G = 26.17%
B = 45.7%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9086EA (or 0x9086EA) is known color: Light Slate Blue. HEX triplet: 90, 86 and EA. RGB value is (144,134,234). Sum of RGB (Red+Green+Blue) = 144+134+234=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #9086EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9086EA is #6F7915. Grayscale: #949494. Windows color (decimal): -7305494 or 15369872. OLE color: 15369872.

HSL color Cylindrical-coordinate representation of color #9086EA: hue angle of 246º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9086EA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 134 234 -
CMYK 0.38 0.43 0 0.08
HSL 246º 0.7% 0.72% -
HSV(B) 246º 0.43% 0.92% -
XYZ 34.88 28.92 81.59 -
YUV 148.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 144 134 234 0.38 0.43 0 0.08 246 0.7 0.72
Hex 90 86 EA 26 2B 0 8 F6 46 48
Octal 220 206 352 46 53 0 10 366 106 110
Binary 10010000 10000110 11101010 100110 101011 0 1000 11110110 1000110 1001000

Color Harmonies of #9086EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9086EA

Black with #9086EA

Text Example


Text Example

White with #9086EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9086EA; }

 p { color: rgb(144,134,234); }

 H1.HeaderClassName
 {
   color: #9086EA;
 }
 .AnyTagClassName
 {
   color: #9086EA;
 }
</style>

background-color css

<style>
 a { background-color: #9086EA; }

 a { background-color: rgb(144,134,234); }

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

border-color css

<style>
 span { border-color: #9086EA; }

 span { border-color: rgb(144,134,234); }

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