Html Css Color HEX #957ACC True V

📋 copy color: '#957ACC'

red 149 ◦ green 122 ◦ blue 204

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

Shades of True V #957ACC

Tints of True V #957ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 31.37%
G = 25.68%
B = 42.95%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#957ACC (or 0x957ACC) is known color: True V. HEX triplet: 95, 7A and CC. RGB value is (149,122,204). Sum of RGB (Red+Green+Blue) = 149+122+204=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #957ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ACC is #6A8533. Grayscale: #8B8B8B. Windows color (decimal): -6980916 or 13400725. OLE color: 13400725.

HSL color Cylindrical-coordinate representation of color #957ACC: hue angle of 259.76º 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 #957ACC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 122 204 -
CMYK 0.27 0.40 0 0.2
HSL 259.76º 0.45% 0.64% -
HSV(B) 259.76º 0.4% 0.8% -
XYZ 30.25 24.67 60.29 -
YUV 139.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 149 122 204 0.27 0.40 0 0.2 259.76 0.45 0.64
Hex 95 7A CC 1B 28 0 14 104 2D 40
Octal 225 172 314 33 50 0 24 404 55 100
Binary 10010101 1111010 11001100 11011 101000 0 10100 100000100 101101 1000000

Color Harmonies of #957ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957ACC

Black with #957ACC

Text Example


Text Example

White with #957ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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