Html Css Color HEX #957AC8 True V

📋 copy color: '#957AC8'

red 149 ◦ green 122 ◦ blue 200

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

Shades of True V #957AC8

Tints of True V #957AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.46%

R = 31.63%
G = 25.9%
B = 42.46%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#957AC8 (or 0x957AC8) is known color: True V. HEX triplet: 95, 7A and C8. RGB value is (149,122,200). Sum of RGB (Red+Green+Blue) = 149+122+200=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #957AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957AC8 is #6A8537. Grayscale: #8A8A8A. Windows color (decimal): -6980920 or 13138581. OLE color: 13138581.

HSL color Cylindrical-coordinate representation of color #957AC8: hue angle of 260.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957AC8 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 122 200 -
CMYK 0.26 0.39 0 0.22
HSL 260.77º 0.41% 0.63% -
HSV(B) 260.77º 0.39% 0.78% -
XYZ 29.78 24.48 57.8 -
YUV 138.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 149 122 200 0.26 0.39 0 0.22 260.77 0.41 0.63
Hex 95 7A C8 1A 27 0 16 105 29 3F
Octal 225 172 310 32 47 0 26 405 51 77
Binary 10010101 1111010 11001000 11010 100111 0 10110 100000101 101001 111111

Color Harmonies of #957AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AC8

Black with #957AC8

Text Example


Text Example

White with #957AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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