Html Css Color HEX #9C8DFB Light Slate Blue

📋 copy color: '#9C8DFB'

red 156 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #9C8DFB

Tints of Light Slate Blue #9C8DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.73%

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

R = 28.47%
G = 25.73%
B = 45.8%

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

#9C8DFB (or 0x9C8DFB) is known color: Light Slate Blue. HEX triplet: 9C, 8D and FB. RGB value is (156,141,251). Sum of RGB (Red+Green+Blue) = 156+141+251=548 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.47% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8DFB is #637204. Grayscale: #9D9D9D. Windows color (decimal): -6517253 or 16485788. OLE color: 16485788.

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

Color convert

RGB 156 141 251 -
CMYK 0.38 0.44 0 0.02
HSL 248.18º 0.93% 0.77% -
HSV(B) 248.18º 0.44% 0.98% -
XYZ 40.65 33.08 95.51 -
YUV 158.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 156 141 251 0.38 0.44 0 0.02 248.18 0.93 0.77
Hex 9C 8D FB 26 2C 0 2 F8 5D 4D
Octal 234 215 373 46 54 0 2 370 135 115
Binary 10011100 10001101 11111011 100110 101100 0 10 11111000 1011101 1001101

Color Harmonies of #9C8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8DFB

Black with #9C8DFB

Text Example


Text Example

White with #9C8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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