Html Css Color HEX #9486EE Light Slate Blue

📋 copy color: '#9486EE'

red 148 ◦ green 134 ◦ blue 238

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

Shades of Light Slate Blue #9486EE

Tints of Light Slate Blue #9486EE

RGB

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

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

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

R = 28.46%
G = 25.77%
B = 45.77%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9486EE (or 0x9486EE) is known color: Light Slate Blue. HEX triplet: 94, 86 and EE. RGB value is (148,134,238). Sum of RGB (Red+Green+Blue) = 148+134+238=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #9486EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9486EE is #6B7911. Grayscale: #959595. Windows color (decimal): -7043346 or 15632020. OLE color: 15632020.

HSL color Cylindrical-coordinate representation of color #9486EE: hue angle of 248.08º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9486EE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 134 238 -
CMYK 0.38 0.44 0 0.07
HSL 248.08º 0.75% 0.73% -
HSV(B) 248.08º 0.44% 0.93% -
XYZ 36.17 29.52 84.68 -
YUV 150.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 148 134 238 0.38 0.44 0 0.07 248.08 0.75 0.73
Hex 94 86 EE 26 2C 0 7 F8 4B 49
Octal 224 206 356 46 54 0 7 370 113 111
Binary 10010100 10000110 11101110 100110 101100 0 111 11111000 1001011 1001001

Color Harmonies of #9486EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486EE

Black with #9486EE

Text Example


Text Example

White with #9486EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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