Html Css Color HEX #9650FE Light Slate Blue

📋 copy color: '#9650FE'

red 150 ◦ green 80 ◦ blue 254

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

Shades of Light Slate Blue #9650FE

Tints of Light Slate Blue #9650FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.53%

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

R = 30.99%
G = 16.53%
B = 52.48%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9650FE (or 0x9650FE) is known color: Light Slate Blue. HEX triplet: 96, 50 and FE. RGB value is (150,80,254). Sum of RGB (Red+Green+Blue) = 150+80+254=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #9650FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9650FE is #69AF01. Grayscale: #787878. Windows color (decimal): -6926082 or 16666774. OLE color: 16666774.

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

Color convert

RGB 150 80 254 -
CMYK 0.41 0.69 0 0.00
HSL 264.14º 0.99% 0.65% -
HSV(B) 264.14º 0.69% 1% -
XYZ 33.34 19.38 95.75 -
YUV 120.77 203.19 148.85 -
System Red Green Blue C M Y K H S L
Decimal 150 80 254 0.41 0.69 0 0.00 264.14 0.99 0.65
Hex 96 50 FE 29 45 0 0 108 63 41
Octal 226 120 376 51 105 0 0 410 143 101
Binary 10010110 1010000 11111110 101001 1000101 0 0 100001000 1100011 1000001

Color Harmonies of #9650FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9650FE

Black with #9650FE

Text Example


Text Example

White with #9650FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9650FE; }

 p { color: rgb(150,80,254); }

 H1.HeaderClassName
 {
   color: #9650FE;
 }
 .AnyTagClassName
 {
   color: #9650FE;
 }
</style>

background-color css

<style>
 a { background-color: #9650FE; }

 a { background-color: rgb(150,80,254); }

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

border-color css

<style>
 span { border-color: #9650FE; }

 span { border-color: rgb(150,80,254); }

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