Html Css Color HEX #9962FA Light Slate Blue

📋 copy color: '#9962FA'

red 153 ◦ green 98 ◦ blue 250

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

Shades of Light Slate Blue #9962FA

Tints of Light Slate Blue #9962FA

RGB

 RED value IS 153 (60.16% from 255) = 30.54%

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

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

R = 30.54%
G = 19.56%
B = 49.9%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9962FA (or 0x9962FA) is known color: Light Slate Blue. HEX triplet: 99, 62 and FA. RGB value is (153,98,250). Sum of RGB (Red+Green+Blue) = 153+98+250=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #9962FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9962FA is #669D05. Grayscale: #838383. Windows color (decimal): -6724870 or 16409241. OLE color: 16409241.

HSL color Cylindrical-coordinate representation of color #9962FA: hue angle of 261.71º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9962FA is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 98 250 -
CMYK 0.39 0.61 0 0.02
HSL 261.71º 0.94% 0.68% -
HSV(B) 261.71º 0.61% 0.98% -
XYZ 34.76 22.41 92.94 -
YUV 131.77 194.72 143.14 -
System Red Green Blue C M Y K H S L
Decimal 153 98 250 0.39 0.61 0 0.02 261.71 0.94 0.68
Hex 99 62 FA 27 3D 0 2 106 5E 44
Octal 231 142 372 47 75 0 2 406 136 104
Binary 10011001 1100010 11111010 100111 111101 0 10 100000110 1011110 1000100

Color Harmonies of #9962FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962FA

Black with #9962FA

Text Example


Text Example

White with #9962FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9962FA; }

 p { color: rgb(153,98,250); }

 H1.HeaderClassName
 {
   color: #9962FA;
 }
 .AnyTagClassName
 {
   color: #9962FA;
 }
</style>

background-color css

<style>
 a { background-color: #9962FA; }

 a { background-color: rgb(153,98,250); }

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

border-color css

<style>
 span { border-color: #9962FA; }

 span { border-color: rgb(153,98,250); }

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