Html Css Color HEX #9551FC Light Slate Blue

📋 copy color: '#9551FC'

red 149 ◦ green 81 ◦ blue 252

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

Shades of Light Slate Blue #9551FC

Tints of Light Slate Blue #9551FC

RGB

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

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

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

R = 30.91%
G = 16.8%
B = 52.28%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9551FC (or 0x9551FC) is known color: Light Slate Blue. HEX triplet: 95, 51 and FC. RGB value is (149,81,252). Sum of RGB (Red+Green+Blue) = 149+81+252=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #9551FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9551FC is #6AAE03. Grayscale: #787878. Windows color (decimal): -6991364 or 16535957. OLE color: 16535957.

HSL color Cylindrical-coordinate representation of color #9551FC: hue angle of 263.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9551FC is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 81 252 -
CMYK 0.41 0.68 0 0.01
HSL 263.86º 0.97% 0.65% -
HSV(B) 263.86º 0.68% 0.99% -
XYZ 32.91 19.3 94.09 -
YUV 120.83 202.03 148.1 -
System Red Green Blue C M Y K H S L
Decimal 149 81 252 0.41 0.68 0 0.01 263.86 0.97 0.65
Hex 95 51 FC 29 44 0 1 108 61 41
Octal 225 121 374 51 104 0 1 410 141 101
Binary 10010101 1010001 11111100 101001 1000100 0 1 100001000 1100001 1000001

Color Harmonies of #9551FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9551FC

Black with #9551FC

Text Example


Text Example

White with #9551FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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