Html Css Color HEX #9486EF Light Slate Blue

📋 copy color: '#9486EF'

red 148 ◦ green 134 ◦ blue 239

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

Shades of Light Slate Blue #9486EF

Tints of Light Slate Blue #9486EF

RGB

 RED value IS 148 (58.2% from 255) = 28.41%

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

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

R = 28.41%
G = 25.72%
B = 45.87%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9486EF (or 0x9486EF) is known color: Light Slate Blue. HEX triplet: 94, 86 and EF. RGB value is (148,134,239). Sum of RGB (Red+Green+Blue) = 148+134+239=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #9486EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9486EF is #6B7910. Grayscale: #959595. Windows color (decimal): -7043345 or 15697556. OLE color: 15697556.

HSL color Cylindrical-coordinate representation of color #9486EF: hue angle of 248º 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 #9486EF is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 134 239 -
CMYK 0.38 0.44 0 0.06
HSL 248º 0.77% 0.73% -
HSV(B) 248º 0.44% 0.94% -
XYZ 36.32 29.58 85.46 -
YUV 150.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 148 134 239 0.38 0.44 0 0.06 248 0.77 0.73
Hex 94 86 EF 26 2C 0 6 F8 4D 49
Octal 224 206 357 46 54 0 6 370 115 111
Binary 10010100 10000110 11101111 100110 101100 0 110 11111000 1001101 1001001

Color Harmonies of #9486EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486EF

Black with #9486EF

Text Example


Text Example

White with #9486EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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