Html Css Color HEX #957FFB Light Slate Blue

📋 copy color: '#957FFB'

red 149 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #957FFB

Tints of Light Slate Blue #957FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.1%

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 28.27%
G = 24.1%
B = 47.63%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#957FFB (or 0x957FFB) is known color: Light Slate Blue. HEX triplet: 95, 7F and FB. RGB value is (149,127,251). Sum of RGB (Red+Green+Blue) = 149+127+251=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #957FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #957FFB is #6A8004. Grayscale: #939393. Windows color (decimal): -6979589 or 16482197. OLE color: 16482197.

HSL color Cylindrical-coordinate representation of color #957FFB: hue angle of 250.65º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #957FFB is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 127 251 -
CMYK 0.41 0.49 0 0.02
HSL 250.65º 0.94% 0.74% -
HSV(B) 250.65º 0.49% 0.98% -
XYZ 37.4 28.53 94.8 -
YUV 147.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 149 127 251 0.41 0.49 0 0.02 250.65 0.94 0.74
Hex 95 7F FB 29 31 0 2 FB 5E 4A
Octal 225 177 373 51 61 0 2 373 136 112
Binary 10010101 1111111 11111011 101001 110001 0 10 11111011 1011110 1001010

Color Harmonies of #957FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FFB

Black with #957FFB

Text Example


Text Example

White with #957FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,251); }

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

background-color css

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

 a { background-color: rgb(149,127,251); }

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

border-color css

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

 span { border-color: rgb(149,127,251); }

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