Html Css Color HEX #957DCB True V

📋 copy color: '#957DCB'

red 149 ◦ green 125 ◦ blue 203

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

Shades of True V #957DCB

Tints of True V #957DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 31.24%
G = 26.21%
B = 42.56%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#957DCB (or 0x957DCB) is known color: True V. HEX triplet: 95, 7D and CB. RGB value is (149,125,203). Sum of RGB (Red+Green+Blue) = 149+125+203=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #957DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DCB is #6A8234. Grayscale: #8C8C8C. Windows color (decimal): -6980149 or 13335957. OLE color: 13335957.

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

Color convert

RGB 149 125 203 -
CMYK 0.27 0.38 0 0.20
HSL 258.46º 0.43% 0.64% -
HSV(B) 258.46º 0.38% 0.8% -
XYZ 30.51 25.37 59.79 -
YUV 141.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 149 125 203 0.27 0.38 0 0.20 258.46 0.43 0.64
Hex 95 7D CB 1B 26 0 14 102 2B 40
Octal 225 175 313 33 46 0 24 402 53 100
Binary 10010101 1111101 11001011 11011 100110 0 10100 100000010 101011 1000000

Color Harmonies of #957DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DCB

Black with #957DCB

Text Example


Text Example

White with #957DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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