Html Css Color HEX #9C8AFB Light Slate Blue

📋 copy color: '#9C8AFB'

red 156 ◦ green 138 ◦ blue 251

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

Shades of Light Slate Blue #9C8AFB

Tints of Light Slate Blue #9C8AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.32%

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

R = 28.62%
G = 25.32%
B = 46.06%

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

#9C8AFB (or 0x9C8AFB) is known color: Light Slate Blue. HEX triplet: 9C, 8A and FB. RGB value is (156,138,251). Sum of RGB (Red+Green+Blue) = 156+138+251=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C8AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8AFB is #637504. Grayscale: #9B9B9B. Windows color (decimal): -6518021 or 16485020. OLE color: 16485020.

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

Color convert

RGB 156 138 251 -
CMYK 0.38 0.45 0 0.02
HSL 249.56º 0.93% 0.76% -
HSV(B) 249.56º 0.45% 0.98% -
XYZ 40.21 32.21 95.36 -
YUV 156.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 156 138 251 0.38 0.45 0 0.02 249.56 0.93 0.76
Hex 9C 8A FB 26 2D 0 2 FA 5D 4C
Octal 234 212 373 46 55 0 2 372 135 114
Binary 10011100 10001010 11111011 100110 101101 0 10 11111010 1011101 1001100

Color Harmonies of #9C8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8AFB

Black with #9C8AFB

Text Example


Text Example

White with #9C8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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