Html Css Color HEX #9C8BFB Light Slate Blue

📋 copy color: '#9C8BFB'

red 156 ◦ green 139 ◦ blue 251

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

Shades of Light Slate Blue #9C8BFB

Tints of Light Slate Blue #9C8BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.46%

 BLUE value IS 251 (98.44% from 255) = 45.97%

R = 28.57%
G = 25.46%
B = 45.97%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C8BFB (or 0x9C8BFB) is known color: Light Slate Blue. HEX triplet: 9C, 8B and FB. RGB value is (156,139,251). Sum of RGB (Red+Green+Blue) = 156+139+251=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8BFB is #637404. Grayscale: #9C9C9C. Windows color (decimal): -6517765 or 16485276. OLE color: 16485276.

HSL color Cylindrical-coordinate representation of color #9C8BFB: hue angle of 249.11º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C8BFB is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 139 251 -
CMYK 0.38 0.45 0 0.02
HSL 249.11º 0.93% 0.76% -
HSV(B) 249.11º 0.45% 0.98% -
XYZ 40.36 32.5 95.41 -
YUV 156.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 156 139 251 0.38 0.45 0 0.02 249.11 0.93 0.76
Hex 9C 8B FB 26 2D 0 2 F9 5D 4C
Octal 234 213 373 46 55 0 2 371 135 114
Binary 10011100 10001011 11111011 100110 101101 0 10 11111001 1011101 1001100

Color Harmonies of #9C8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8BFB

Black with #9C8BFB

Text Example


Text Example

White with #9C8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,139,251); }

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

background-color css

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

 a { background-color: rgb(156,139,251); }

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

border-color css

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

 span { border-color: rgb(156,139,251); }

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