Html Css Color HEX #9651FF Light Slate Blue

📋 copy color: '#9651FF'

red 150 ◦ green 81 ◦ blue 255

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

Shades of Light Slate Blue #9651FF

Tints of Light Slate Blue #9651FF

RGB

 RED value IS 150 (58.98% from 255) = 30.86%

 GREEN value IS 81 (32.03% from 255) = 16.67%

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

R = 30.86%
G = 16.67%
B = 52.47%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9651FF (or 0x9651FF) is known color: Light Slate Blue. HEX triplet: 96, 51 and FF. RGB value is (150,81,255). Sum of RGB (Red+Green+Blue) = 150+81+255=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #9651FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9651FF is #69AE00. Grayscale: #787878. Windows color (decimal): -6925825 or 16732566. OLE color: 16732566.

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

Color convert

RGB 150 81 255 -
CMYK 0.41 0.68 0 0
HSL 263.79º 1% 0.66% -
HSV(B) 263.79º 0.68% 1% -
XYZ 33.57 19.59 96.62 -
YUV 121.47 203.36 148.35 -
System Red Green Blue C M Y K H S L
Decimal 150 81 255 0.41 0.68 0 0 263.79 1 0.66
Hex 96 51 FF 29 44 0 0 108 64 42
Octal 226 121 377 51 104 0 0 410 144 102
Binary 10010110 1010001 11111111 101001 1000100 0 0 100001000 1100100 1000010

Color Harmonies of #9651FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9651FF

Black with #9651FF

Text Example


Text Example

White with #9651FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,81,255); }

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

background-color css

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

 a { background-color: rgb(150,81,255); }

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

border-color css

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

 span { border-color: rgb(150,81,255); }

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