Html Css Color HEX #957DCF True V

📋 copy color: '#957DCF'

red 149 ◦ green 125 ◦ blue 207

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

Shades of True V #957DCF

Tints of True V #957DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.99%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 30.98%
G = 25.99%
B = 43.04%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#957DCF (or 0x957DCF) is known color: True V. HEX triplet: 95, 7D and CF. RGB value is (149,125,207). Sum of RGB (Red+Green+Blue) = 149+125+207=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #957DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DCF is #6A8230. Grayscale: #8D8D8D. Windows color (decimal): -6980145 or 13598101. OLE color: 13598101.

HSL color Cylindrical-coordinate representation of color #957DCF: hue angle of 257.56º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957DCF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 125 207 -
CMYK 0.28 0.40 0 0.19
HSL 257.56º 0.46% 0.65% -
HSV(B) 257.56º 0.4% 0.81% -
XYZ 30.99 25.56 62.33 -
YUV 141.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 149 125 207 0.28 0.40 0 0.19 257.56 0.46 0.65
Hex 95 7D CF 1C 28 0 13 102 2E 41
Octal 225 175 317 34 50 0 23 402 56 101
Binary 10010101 1111101 11001111 11100 101000 0 10011 100000010 101110 1000001

Color Harmonies of #957DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DCF

Black with #957DCF

Text Example


Text Example

White with #957DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,125,207); }

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

background-color css

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

 a { background-color: rgb(149,125,207); }

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

border-color css

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

 span { border-color: rgb(149,125,207); }

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