Html Css Color HEX #9565FC Light Slate Blue

📋 copy color: '#9565FC'

red 149 ◦ green 101 ◦ blue 252

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

Shades of Light Slate Blue #9565FC

Tints of Light Slate Blue #9565FC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.12%

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 29.68%
G = 20.12%
B = 50.2%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9565FC (or 0x9565FC) is known color: Light Slate Blue. HEX triplet: 95, 65 and FC. RGB value is (149,101,252). Sum of RGB (Red+Green+Blue) = 149+101+252=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #9565FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9565FC is #6A9A03. Grayscale: #848484. Windows color (decimal): -6986244 or 16541077. OLE color: 16541077.

HSL color Cylindrical-coordinate representation of color #9565FC: hue angle of 259.07º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9565FC is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 101 252 -
CMYK 0.41 0.60 0 0.01
HSL 259.07º 0.96% 0.69% -
HSV(B) 259.07º 0.6% 0.99% -
XYZ 34.62 22.73 94.66 -
YUV 132.57 195.4 139.72 -
System Red Green Blue C M Y K H S L
Decimal 149 101 252 0.41 0.60 0 0.01 259.07 0.96 0.69
Hex 95 65 FC 29 3C 0 1 103 60 45
Octal 225 145 374 51 74 0 1 403 140 105
Binary 10010101 1100101 11111100 101001 111100 0 1 100000011 1100000 1000101

Color Harmonies of #9565FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9565FC

Black with #9565FC

Text Example


Text Example

White with #9565FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9565FC; }

 p { color: rgb(149,101,252); }

 H1.HeaderClassName
 {
   color: #9565FC;
 }
 .AnyTagClassName
 {
   color: #9565FC;
 }
</style>

background-color css

<style>
 a { background-color: #9565FC; }

 a { background-color: rgb(149,101,252); }

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

border-color css

<style>
 span { border-color: #9565FC; }

 span { border-color: rgb(149,101,252); }

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