Html Css Color HEX #9C8CFB Light Slate Blue

📋 copy color: '#9C8CFB'

red 156 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #9C8CFB

Tints of Light Slate Blue #9C8CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.59%

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

R = 28.52%
G = 25.59%
B = 45.89%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C8CFB (or 0x9C8CFB) is known color: Light Slate Blue. HEX triplet: 9C, 8C and FB. RGB value is (156,140,251). Sum of RGB (Red+Green+Blue) = 156+140+251=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C8CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8CFB is #637304. Grayscale: #9D9D9D. Windows color (decimal): -6517509 or 16485532. OLE color: 16485532.

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

Color convert

RGB 156 140 251 -
CMYK 0.38 0.44 0 0.02
HSL 248.65º 0.93% 0.77% -
HSV(B) 248.65º 0.44% 0.98% -
XYZ 40.5 32.79 95.46 -
YUV 157.44 180.8 126.97 -
System Red Green Blue C M Y K H S L
Decimal 156 140 251 0.38 0.44 0 0.02 248.65 0.93 0.77
Hex 9C 8C FB 26 2C 0 2 F9 5D 4D
Octal 234 214 373 46 54 0 2 371 135 115
Binary 10011100 10001100 11111011 100110 101100 0 10 11111001 1011101 1001101

Color Harmonies of #9C8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8CFB

Black with #9C8CFB

Text Example


Text Example

White with #9C8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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