Html Css Color HEX #957ACE True V

📋 copy color: '#957ACE'

red 149 ◦ green 122 ◦ blue 206

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

Shades of True V #957ACE

Tints of True V #957ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 31.24%
G = 25.58%
B = 43.19%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#957ACE (or 0x957ACE) is known color: True V. HEX triplet: 95, 7A and CE. RGB value is (149,122,206). Sum of RGB (Red+Green+Blue) = 149+122+206=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #957ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ACE is #6A8531. Grayscale: #8B8B8B. Windows color (decimal): -6980914 or 13531797. OLE color: 13531797.

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

Color convert

RGB 149 122 206 -
CMYK 0.28 0.41 0 0.19
HSL 259.29º 0.46% 0.64% -
HSV(B) 259.29º 0.41% 0.81% -
XYZ 30.49 24.76 61.57 -
YUV 139.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 149 122 206 0.28 0.41 0 0.19 259.29 0.46 0.64
Hex 95 7A CE 1C 29 0 13 103 2E 40
Octal 225 172 316 34 51 0 23 403 56 100
Binary 10010101 1111010 11001110 11100 101001 0 10011 100000011 101110 1000000

Color Harmonies of #957ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957ACE

Black with #957ACE

Text Example


Text Example

White with #957ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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