Html Css Color HEX #9C81FA Light Slate Blue

📋 copy color: '#9C81FA'

red 156 ◦ green 129 ◦ blue 250

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

Shades of Light Slate Blue #9C81FA

Tints of Light Slate Blue #9C81FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.11%

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

R = 29.16%
G = 24.11%
B = 46.73%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C81FA (or 0x9C81FA) is known color: Light Slate Blue. HEX triplet: 9C, 81 and FA. RGB value is (156,129,250). Sum of RGB (Red+Green+Blue) = 156+129+250=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C81FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C81FA is #637E05. Grayscale: #969696. Windows color (decimal): -6520326 or 16417180. OLE color: 16417180.

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

Color convert

RGB 156 129 250 -
CMYK 0.38 0.48 0 0.02
HSL 253.39º 0.92% 0.74% -
HSV(B) 253.39º 0.48% 0.98% -
XYZ 38.82 29.67 94.12 -
YUV 150.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 156 129 250 0.38 0.48 0 0.02 253.39 0.92 0.74
Hex 9C 81 FA 26 30 0 2 FD 5C 4A
Octal 234 201 372 46 60 0 2 375 134 112
Binary 10011100 10000001 11111010 100110 110000 0 10 11111101 1011100 1001010

Color Harmonies of #9C81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C81FA

Black with #9C81FA

Text Example


Text Example

White with #9C81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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