Html Css Color HEX #9D86FF Light Slate Blue

📋 copy color: '#9D86FF'

red 157 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #9D86FF

Tints of Light Slate Blue #9D86FF

RGB

 RED value IS 157 (61.72% from 255) = 28.75%

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

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

R = 28.75%
G = 24.54%
B = 46.7%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D86FF (or 0x9D86FF) is known color: Light Slate Blue. HEX triplet: 9D, 86 and FF. RGB value is (157,134,255). Sum of RGB (Red+Green+Blue) = 157+134+255=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D86FF is #627900. Grayscale: #9A9A9A. Windows color (decimal): -6453505 or 16746141. OLE color: 16746141.

HSL color Cylindrical-coordinate representation of color #9D86FF: hue angle of 251.4º 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 #9D86FF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 157 134 255 -
CMYK 0.38 0.47 0 0
HSL 251.41º 1% 0.76% -
HSV(B) 251.41º 0.47% 1% -
XYZ 40.48 31.44 98.54 -
YUV 154.67 184.62 129.66 -
System Red Green Blue C M Y K H S L
Decimal 157 134 255 0.38 0.47 0 0 251.41 1 0.76
Hex 9D 86 FF 26 2F 0 0 FB 64 4C
Octal 235 206 377 46 57 0 0 373 144 114
Binary 10011101 10000110 11111111 100110 101111 0 0 11111011 1100100 1001100

Color Harmonies of #9D86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D86FF

Black with #9D86FF

Text Example


Text Example

White with #9D86FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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