Html Css Color HEX #9C8CFA Light Slate Blue

📋 copy color: '#9C8CFA'

red 156 ◦ green 140 ◦ blue 250

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

Shades of Light Slate Blue #9C8CFA

Tints of Light Slate Blue #9C8CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 28.57%
G = 25.64%
B = 45.79%

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

#9C8CFA (or 0x9C8CFA) is known color: Light Slate Blue. HEX triplet: 9C, 8C and FA. RGB value is (156,140,250). Sum of RGB (Red+Green+Blue) = 156+140+250=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8CFA is #637305. Grayscale: #9C9C9C. Windows color (decimal): -6517510 or 16419996. OLE color: 16419996.

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

Color convert

RGB 156 140 250 -
CMYK 0.38 0.44 0 0.02
HSL 248.73º 0.92% 0.76% -
HSV(B) 248.73º 0.44% 0.98% -
XYZ 40.34 32.73 94.63 -
YUV 157.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 156 140 250 0.38 0.44 0 0.02 248.73 0.92 0.76
Hex 9C 8C FA 26 2C 0 2 F9 5C 4C
Octal 234 214 372 46 54 0 2 371 134 114
Binary 10011100 10001100 11111010 100110 101100 0 10 11111001 1011100 1001100

Color Harmonies of #9C8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8CFA

Black with #9C8CFA

Text Example


Text Example

White with #9C8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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