Html Css Color HEX #9C83FA Light Slate Blue

📋 copy color: '#9C83FA'

red 156 ◦ green 131 ◦ blue 250

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

Shades of Light Slate Blue #9C83FA

Tints of Light Slate Blue #9C83FA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.39%

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

R = 29.05%
G = 24.39%
B = 46.55%

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

#9C83FA (or 0x9C83FA) is known color: Light Slate Blue. HEX triplet: 9C, 83 and FA. RGB value is (156,131,250). Sum of RGB (Red+Green+Blue) = 156+131+250=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C83FA is #637C05. Grayscale: #979797. Windows color (decimal): -6519814 or 16417692. OLE color: 16417692.

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

Color convert

RGB 156 131 250 -
CMYK 0.38 0.48 0 0.02
HSL 252.61º 0.92% 0.75% -
HSV(B) 252.61º 0.48% 0.98% -
XYZ 39.08 30.2 94.21 -
YUV 152.04 183.28 130.82 -
System Red Green Blue C M Y K H S L
Decimal 156 131 250 0.38 0.48 0 0.02 252.61 0.92 0.75
Hex 9C 83 FA 26 30 0 2 FD 5C 4B
Octal 234 203 372 46 60 0 2 375 134 113
Binary 10011100 10000011 11111010 100110 110000 0 10 11111101 1011100 1001011

Color Harmonies of #9C83FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C83FA

Black with #9C83FA

Text Example


Text Example

White with #9C83FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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