Html Css Color HEX #9560FA Light Slate Blue

📋 copy color: '#9560FA'

red 149 ◦ green 96 ◦ blue 250

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

Shades of Light Slate Blue #9560FA

Tints of Light Slate Blue #9560FA

RGB

 RED value IS 149 (58.59% from 255) = 30.1%

 GREEN value IS 96 (37.89% from 255) = 19.39%

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

R = 30.1%
G = 19.39%
B = 50.51%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9560FA (or 0x9560FA) is known color: Light Slate Blue. HEX triplet: 95, 60 and FA. RGB value is (149,96,250). Sum of RGB (Red+Green+Blue) = 149+96+250=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #9560FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9560FA is #6A9F05. Grayscale: #808080. Windows color (decimal): -6987526 or 16408725. OLE color: 16408725.

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

Color convert

RGB 149 96 250 -
CMYK 0.40 0.62 0 0.02
HSL 260.65º 0.94% 0.68% -
HSV(B) 260.65º 0.62% 0.98% -
XYZ 33.83 21.66 92.84 -
YUV 129.4 196.06 141.98 -
System Red Green Blue C M Y K H S L
Decimal 149 96 250 0.40 0.62 0 0.02 260.65 0.94 0.68
Hex 95 60 FA 28 3E 0 2 105 5E 44
Octal 225 140 372 50 76 0 2 405 136 104
Binary 10010101 1100000 11111010 101000 111110 0 10 100000101 1011110 1000100

Color Harmonies of #9560FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9560FA

Black with #9560FA

Text Example


Text Example

White with #9560FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,96,250); }

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

background-color css

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

 a { background-color: rgb(149,96,250); }

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

border-color css

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

 span { border-color: rgb(149,96,250); }

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