Html Css Color HEX #957BCD True V

📋 copy color: '#957BCD'

red 149 ◦ green 123 ◦ blue 205

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

Shades of True V #957BCD

Tints of True V #957BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.79%

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 31.24%
G = 25.79%
B = 42.98%

CMYK

 C value IS 0.27

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#957BCD (or 0x957BCD) is known color: True V. HEX triplet: 95, 7B and CD. RGB value is (149,123,205). Sum of RGB (Red+Green+Blue) = 149+123+205=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #957BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BCD is #6A8432. Grayscale: #8B8B8B. Windows color (decimal): -6980659 or 13466517. OLE color: 13466517.

HSL color Cylindrical-coordinate representation of color #957BCD: hue angle of 259.02º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957BCD is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 123 205 -
CMYK 0.27 0.4 0 0.20
HSL 259.02º 0.45% 0.64% -
HSV(B) 259.02º 0.4% 0.8% -
XYZ 30.5 24.96 60.97 -
YUV 140.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 149 123 205 0.27 0.4 0 0.20 259.02 0.45 0.64
Hex 95 7B CD 1B 28 0 14 103 2D 40
Octal 225 173 315 33 50 0 24 403 55 100
Binary 10010101 1111011 11001101 11011 101000 0 10100 100000011 101101 1000000

Color Harmonies of #957BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BCD

Black with #957BCD

Text Example


Text Example

White with #957BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,123,205); }

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

background-color css

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

 a { background-color: rgb(149,123,205); }

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

border-color css

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

 span { border-color: rgb(149,123,205); }

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