Html Css Color HEX #9761FF Light Slate Blue

📋 copy color: '#9761FF'

red 151 ◦ green 97 ◦ blue 255

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

Shades of Light Slate Blue #9761FF

Tints of Light Slate Blue #9761FF

RGB

 RED value IS 151 (59.38% from 255) = 30.02%

 GREEN value IS 97 (38.28% from 255) = 19.28%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 30.02%
G = 19.28%
B = 50.7%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9761FF (or 0x9761FF) is known color: Light Slate Blue. HEX triplet: 97, 61 and FF. RGB value is (151,97,255). Sum of RGB (Red+Green+Blue) = 151+97+255=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #9761FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9761FF is #689E00. Grayscale: #828282. Windows color (decimal): -6856193 or 16736663. OLE color: 16736663.

HSL color Cylindrical-coordinate representation of color #9761FF: hue angle of 260.51º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9761FF is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 97 255 -
CMYK 0.41 0.62 0 0
HSL 260.51º 1% 0.69% -
HSV(B) 260.51º 0.62% 1% -
XYZ 35.09 22.35 97.07 -
YUV 131.16 197.89 142.15 -
System Red Green Blue C M Y K H S L
Decimal 151 97 255 0.41 0.62 0 0 260.51 1 0.69
Hex 97 61 FF 29 3E 0 0 105 64 45
Octal 227 141 377 51 76 0 0 405 144 105
Binary 10010111 1100001 11111111 101001 111110 0 0 100000101 1100100 1000101

Color Harmonies of #9761FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9761FF

Black with #9761FF

Text Example


Text Example

White with #9761FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9761FF; }

 p { color: rgb(151,97,255); }

 H1.HeaderClassName
 {
   color: #9761FF;
 }
 .AnyTagClassName
 {
   color: #9761FF;
 }
</style>

background-color css

<style>
 a { background-color: #9761FF; }

 a { background-color: rgb(151,97,255); }

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

border-color css

<style>
 span { border-color: #9761FF; }

 span { border-color: rgb(151,97,255); }

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