Html Css Color HEX #9C62FC Light Slate Blue

📋 copy color: '#9C62FC'

red 156 ◦ green 98 ◦ blue 252

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

Shades of Light Slate Blue #9C62FC

Tints of Light Slate Blue #9C62FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 30.83%
G = 19.37%
B = 49.8%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C62FC (or 0x9C62FC) is known color: Light Slate Blue. HEX triplet: 9C, 62 and FC. RGB value is (156,98,252). Sum of RGB (Red+Green+Blue) = 156+98+252=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C62FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C62FC is #639D03. Grayscale: #848484. Windows color (decimal): -6528260 or 16540316. OLE color: 16540316.

HSL color Cylindrical-coordinate representation of color #9C62FC: hue angle of 262.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C62FC is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 98 252 -
CMYK 0.38 0.61 0 0.01
HSL 262.6º 0.96% 0.69% -
HSV(B) 262.6º 0.61% 0.99% -
XYZ 35.65 22.83 94.62 -
YUV 132.9 195.22 144.48 -
System Red Green Blue C M Y K H S L
Decimal 156 98 252 0.38 0.61 0 0.01 262.6 0.96 0.69
Hex 9C 62 FC 26 3D 0 1 107 60 45
Octal 234 142 374 46 75 0 1 407 140 105
Binary 10011100 1100010 11111100 100110 111101 0 1 100000111 1100000 1000101

Color Harmonies of #9C62FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C62FC

Black with #9C62FC

Text Example


Text Example

White with #9C62FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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