Html Css Color HEX #9650FA Light Slate Blue

📋 copy color: '#9650FA'

red 150 ◦ green 80 ◦ blue 250

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

Shades of Light Slate Blue #9650FA

Tints of Light Slate Blue #9650FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 31.25%
G = 16.67%
B = 52.08%

CMYK

 C value IS 0.4

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9650FA (or 0x9650FA) is known color: Light Slate Blue. HEX triplet: 96, 50 and FA. RGB value is (150,80,250). Sum of RGB (Red+Green+Blue) = 150+80+250=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #9650FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9650FA is #69AF05. Grayscale: #777777. Windows color (decimal): -6926086 or 16404630. OLE color: 16404630.

HSL color Cylindrical-coordinate representation of color #9650FA: hue angle of 264.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9650FA is Cyan = 0.4, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 80 250 -
CMYK 0.4 0.68 0 0.02
HSL 264.71º 0.94% 0.65% -
HSV(B) 264.71º 0.68% 0.98% -
XYZ 32.7 19.12 92.41 -
YUV 120.31 201.19 149.18 -
System Red Green Blue C M Y K H S L
Decimal 150 80 250 0.4 0.68 0 0.02 264.71 0.94 0.65
Hex 96 50 FA 28 44 0 2 109 5E 41
Octal 226 120 372 50 104 0 2 411 136 101
Binary 10010110 1010000 11111010 101000 1000100 0 10 100001001 1011110 1000001

Color Harmonies of #9650FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9650FA

Black with #9650FA

Text Example


Text Example

White with #9650FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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