Html Css Color HEX #9C86FF Light Slate Blue

📋 copy color: '#9C86FF'

red 156 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #9C86FF

Tints of Light Slate Blue #9C86FF

RGB

 RED value IS 156 (61.33% from 255) = 28.62%

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

 BLUE value IS 255 (100% from 255) = 46.79%

R = 28.62%
G = 24.59%
B = 46.79%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C86FF (or 0x9C86FF) is known color: Light Slate Blue. HEX triplet: 9C, 86 and FF. RGB value is (156,134,255). Sum of RGB (Red+Green+Blue) = 156+134+255=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C86FF is #637900. Grayscale: #999999. Windows color (decimal): -6519041 or 16746140. OLE color: 16746140.

HSL color Cylindrical-coordinate representation of color #9C86FF: hue angle of 250.91º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C86FF is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 156 134 255 -
CMYK 0.39 0.47 0 0
HSL 250.91º 1% 0.76% -
HSV(B) 250.91º 0.47% 1% -
XYZ 40.29 31.34 98.53 -
YUV 154.37 184.79 129.16 -
System Red Green Blue C M Y K H S L
Decimal 156 134 255 0.39 0.47 0 0 250.91 1 0.76
Hex 9C 86 FF 27 2F 0 0 FB 64 4C
Octal 234 206 377 47 57 0 0 373 144 114
Binary 10011100 10000110 11111111 100111 101111 0 0 11111011 1100100 1001100

Color Harmonies of #9C86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C86FF

Black with #9C86FF

Text Example


Text Example

White with #9C86FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C86FF; }

 p { color: rgb(156,134,255); }

 H1.HeaderClassName
 {
   color: #9C86FF;
 }
 .AnyTagClassName
 {
   color: #9C86FF;
 }
</style>

background-color css

<style>
 a { background-color: #9C86FF; }

 a { background-color: rgb(156,134,255); }

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

border-color css

<style>
 span { border-color: #9C86FF; }

 span { border-color: rgb(156,134,255); }

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