Html Css Color HEX #9086EF Light Slate Blue

📋 copy color: '#9086EF'

red 144 ◦ green 134 ◦ blue 239

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

Shades of Light Slate Blue #9086EF

Tints of Light Slate Blue #9086EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 27.85%
G = 25.92%
B = 46.23%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9086EF (or 0x9086EF) is known color: Light Slate Blue. HEX triplet: 90, 86 and EF. RGB value is (144,134,239). Sum of RGB (Red+Green+Blue) = 144+134+239=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #9086EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9086EF is #6F7910. Grayscale: #949494. Windows color (decimal): -7305489 or 15697552. OLE color: 15697552.

HSL color Cylindrical-coordinate representation of color #9086EF: hue angle of 245.71º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9086EF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 134 239 -
CMYK 0.40 0.44 0 0.06
HSL 245.71º 0.77% 0.73% -
HSV(B) 245.71º 0.44% 0.94% -
XYZ 35.61 29.21 85.42 -
YUV 148.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 144 134 239 0.40 0.44 0 0.06 245.71 0.77 0.73
Hex 90 86 EF 28 2C 0 6 F6 4D 49
Octal 220 206 357 50 54 0 6 366 115 111
Binary 10010000 10000110 11101111 101000 101100 0 110 11110110 1001101 1001001

Color Harmonies of #9086EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9086EF

Black with #9086EF

Text Example


Text Example

White with #9086EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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