Html Css Color HEX #9552FA Light Slate Blue

📋 copy color: '#9552FA'

red 149 ◦ green 82 ◦ blue 250

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

Shades of Light Slate Blue #9552FA

Tints of Light Slate Blue #9552FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.05%

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

R = 30.98%
G = 17.05%
B = 51.98%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9552FA (or 0x9552FA) is known color: Light Slate Blue. HEX triplet: 95, 52 and FA. RGB value is (149,82,250). Sum of RGB (Red+Green+Blue) = 149+82+250=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #9552FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9552FA is #6AAD05. Grayscale: #787878. Windows color (decimal): -6991110 or 16405141. OLE color: 16405141.

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

Color convert

RGB 149 82 250 -
CMYK 0.40 0.67 0 0.02
HSL 263.93º 0.94% 0.65% -
HSV(B) 263.93º 0.67% 0.98% -
XYZ 32.67 19.33 92.45 -
YUV 121.19 200.7 147.84 -
System Red Green Blue C M Y K H S L
Decimal 149 82 250 0.40 0.67 0 0.02 263.93 0.94 0.65
Hex 95 52 FA 28 43 0 2 108 5E 41
Octal 225 122 372 50 103 0 2 410 136 101
Binary 10010101 1010010 11111010 101000 1000011 0 10 100001000 1011110 1000001

Color Harmonies of #9552FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552FA

Black with #9552FA

Text Example


Text Example

White with #9552FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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