Html Css Color HEX #9D66FE Light Slate Blue

📋 copy color: '#9D66FE'

red 157 ◦ green 102 ◦ blue 254

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

Shades of Light Slate Blue #9D66FE

Tints of Light Slate Blue #9D66FE

RGB

 RED value IS 157 (61.72% from 255) = 30.6%

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

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

R = 30.6%
G = 19.88%
B = 49.51%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9D66FE (or 0x9D66FE) is known color: Light Slate Blue. HEX triplet: 9D, 66 and FE. RGB value is (157,102,254). Sum of RGB (Red+Green+Blue) = 157+102+254=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D66FE is #629901. Grayscale: #878787. Windows color (decimal): -6461698 or 16672413. OLE color: 16672413.

HSL color Cylindrical-coordinate representation of color #9D66FE: hue angle of 261.71º 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 #9D66FE is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 102 254 -
CMYK 0.38 0.60 0 0.00
HSL 261.71º 0.99% 0.7% -
HSV(B) 261.71º 0.6% 1% -
XYZ 36.55 23.83 96.44 -
YUV 135.77 194.72 143.14 -
System Red Green Blue C M Y K H S L
Decimal 157 102 254 0.38 0.60 0 0.00 261.71 0.99 0.7
Hex 9D 66 FE 26 3C 0 0 106 63 46
Octal 235 146 376 46 74 0 0 406 143 106
Binary 10011101 1100110 11111110 100110 111100 0 0 100000110 1100011 1000110

Color Harmonies of #9D66FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D66FE

Black with #9D66FE

Text Example


Text Example

White with #9D66FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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