Html Css Color HEX #9B62FE Light Slate Blue

📋 copy color: '#9B62FE'

red 155 ◦ green 98 ◦ blue 254

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

Shades of Light Slate Blue #9B62FE

Tints of Light Slate Blue #9B62FE

RGB

 RED value IS 155 (60.94% from 255) = 30.57%

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 30.57%
G = 19.33%
B = 50.1%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B62FE (or 0x9B62FE) is known color: Light Slate Blue. HEX triplet: 9B, 62 and FE. RGB value is (155,98,254). Sum of RGB (Red+Green+Blue) = 155+98+254=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B62FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B62FE is #649D01. Grayscale: #848484. Windows color (decimal): -6593794 or 16671387. OLE color: 16671387.

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

Color convert

RGB 155 98 254 -
CMYK 0.39 0.61 0 0.00
HSL 261.92º 0.99% 0.69% -
HSV(B) 261.92º 0.61% 1% -
XYZ 35.77 22.86 96.29 -
YUV 132.83 196.38 143.82 -
System Red Green Blue C M Y K H S L
Decimal 155 98 254 0.39 0.61 0 0.00 261.92 0.99 0.69
Hex 9B 62 FE 27 3D 0 0 106 63 45
Octal 233 142 376 47 75 0 0 406 143 105
Binary 10011011 1100010 11111110 100111 111101 0 0 100000110 1100011 1000101

Color Harmonies of #9B62FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B62FE

Black with #9B62FE

Text Example


Text Example

White with #9B62FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,98,254); }

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

background-color css

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

 a { background-color: rgb(155,98,254); }

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

border-color css

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

 span { border-color: rgb(155,98,254); }

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