Html Css Color HEX #9B66FE Light Slate Blue

📋 copy color: '#9B66FE'

red 155 ◦ green 102 ◦ blue 254

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

Shades of Light Slate Blue #9B66FE

Tints of Light Slate Blue #9B66FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.96%

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

R = 30.33%
G = 19.96%
B = 49.71%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B66FE (or 0x9B66FE) is known color: Light Slate Blue. HEX triplet: 9B, 66 and FE. RGB value is (155,102,254). Sum of RGB (Red+Green+Blue) = 155+102+254=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B66FE is #649901. Grayscale: #868686. Windows color (decimal): -6592770 or 16672411. OLE color: 16672411.

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

Color convert

RGB 155 102 254 -
CMYK 0.39 0.60 0 0.00
HSL 260.92º 0.99% 0.7% -
HSV(B) 260.92º 0.6% 1% -
XYZ 36.16 23.63 96.42 -
YUV 135.18 195.06 142.14 -
System Red Green Blue C M Y K H S L
Decimal 155 102 254 0.39 0.60 0 0.00 260.92 0.99 0.7
Hex 9B 66 FE 27 3C 0 0 105 63 46
Octal 233 146 376 47 74 0 0 405 143 106
Binary 10011011 1100110 11111110 100111 111100 0 0 100000101 1100011 1000110

Color Harmonies of #9B66FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B66FE

Black with #9B66FE

Text Example


Text Example

White with #9B66FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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