Html Css Color HEX #9C8CFE Light Slate Blue

📋 copy color: '#9C8CFE'

red 156 ◦ green 140 ◦ blue 254

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

Shades of Light Slate Blue #9C8CFE

Tints of Light Slate Blue #9C8CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.18%

R = 28.36%
G = 25.45%
B = 46.18%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C8CFE (or 0x9C8CFE) is known color: Light Slate Blue. HEX triplet: 9C, 8C and FE. RGB value is (156,140,254). Sum of RGB (Red+Green+Blue) = 156+140+254=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C8CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8CFE is #637301. Grayscale: #9D9D9D. Windows color (decimal): -6517506 or 16682140. OLE color: 16682140.

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

Color convert

RGB 156 140 254 -
CMYK 0.39 0.45 0 0.00
HSL 248.42º 0.98% 0.77% -
HSV(B) 248.42º 0.45% 1% -
XYZ 40.98 32.98 97.97 -
YUV 157.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 156 140 254 0.39 0.45 0 0.00 248.42 0.98 0.77
Hex 9C 8C FE 27 2D 0 0 F8 62 4D
Octal 234 214 376 47 55 0 0 370 142 115
Binary 10011100 10001100 11111110 100111 101101 0 0 11111000 1100010 1001101

Color Harmonies of #9C8CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8CFE

Black with #9C8CFE

Text Example


Text Example

White with #9C8CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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