Html Css Color HEX #9C62FF Light Slate Blue

📋 copy color: '#9C62FF'

red 156 ◦ green 98 ◦ blue 255

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

Shades of Light Slate Blue #9C62FF

Tints of Light Slate Blue #9C62FF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.25%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 30.65%
G = 19.25%
B = 50.1%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C62FF (or 0x9C62FF) is known color: Light Slate Blue. HEX triplet: 9C, 62 and FF. RGB value is (156,98,255). Sum of RGB (Red+Green+Blue) = 156+98+255=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C62FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C62FF is #639D00. Grayscale: #848484. Windows color (decimal): -6528257 or 16736924. OLE color: 16736924.

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

Color convert

RGB 156 98 255 -
CMYK 0.39 0.62 0 0
HSL 262.17º 1% 0.69% -
HSV(B) 262.17º 0.62% 1% -
XYZ 36.13 23.02 97.15 -
YUV 133.24 196.72 144.23 -
System Red Green Blue C M Y K H S L
Decimal 156 98 255 0.39 0.62 0 0 262.17 1 0.69
Hex 9C 62 FF 27 3E 0 0 106 64 45
Octal 234 142 377 47 76 0 0 406 144 105
Binary 10011100 1100010 11111111 100111 111110 0 0 100000110 1100100 1000101

Color Harmonies of #9C62FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C62FF

Black with #9C62FF

Text Example


Text Example

White with #9C62FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,98,255); }

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

background-color css

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

 a { background-color: rgb(156,98,255); }

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

border-color css

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

 span { border-color: rgb(156,98,255); }

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