Html Css Color HEX #957AF2 Light Slate Blue

📋 copy color: '#957AF2'

red 149 ◦ green 122 ◦ blue 242

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

Shades of Light Slate Blue #957AF2

Tints of Light Slate Blue #957AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.78%

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 29.04%
G = 23.78%
B = 47.17%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#957AF2 (or 0x957AF2) is known color: Light Slate Blue. HEX triplet: 95, 7A and F2. RGB value is (149,122,242). Sum of RGB (Red+Green+Blue) = 149+122+242=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #957AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957AF2 is #6A850D. Grayscale: #8F8F8F. Windows color (decimal): -6980878 or 15891093. OLE color: 15891093.

HSL color Cylindrical-coordinate representation of color #957AF2: hue angle of 253.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #957AF2 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 122 242 -
CMYK 0.38 0.50 0 0.05
HSL 253.5º 0.82% 0.71% -
HSV(B) 253.5º 0.5% 0.95% -
XYZ 35.38 26.72 87.3 -
YUV 143.75 183.45 131.74 -
System Red Green Blue C M Y K H S L
Decimal 149 122 242 0.38 0.50 0 0.05 253.5 0.82 0.71
Hex 95 7A F2 26 32 0 5 FE 52 47
Octal 225 172 362 46 62 0 5 376 122 107
Binary 10010101 1111010 11110010 100110 110010 0 101 11111110 1010010 1000111

Color Harmonies of #957AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AF2

Black with #957AF2

Text Example


Text Example

White with #957AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957AF2; }

 p { color: rgb(149,122,242); }

 H1.HeaderClassName
 {
   color: #957AF2;
 }
 .AnyTagClassName
 {
   color: #957AF2;
 }
</style>

background-color css

<style>
 a { background-color: #957AF2; }

 a { background-color: rgb(149,122,242); }

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

border-color css

<style>
 span { border-color: #957AF2; }

 span { border-color: rgb(149,122,242); }

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