Html Css Color HEX #957BC9 True V

📋 copy color: '#957BC9'

red 149 ◦ green 123 ◦ blue 201

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

Shades of True V #957BC9

Tints of True V #957BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 31.5%
G = 26%
B = 42.49%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#957BC9 (or 0x957BC9) is known color: True V. HEX triplet: 95, 7B and C9. RGB value is (149,123,201). Sum of RGB (Red+Green+Blue) = 149+123+201=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #957BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BC9 is #6A8436. Grayscale: #8B8B8B. Windows color (decimal): -6980663 or 13204373. OLE color: 13204373.

HSL color Cylindrical-coordinate representation of color #957BC9: hue angle of 260º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #957BC9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 123 201 -
CMYK 0.26 0.39 0 0.21
HSL 260º 0.42% 0.64% -
HSV(B) 260º 0.39% 0.79% -
XYZ 30.02 24.77 58.46 -
YUV 139.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 149 123 201 0.26 0.39 0 0.21 260 0.42 0.64
Hex 95 7B C9 1A 27 0 15 104 2A 40
Octal 225 173 311 32 47 0 25 404 52 100
Binary 10010101 1111011 11001001 11010 100111 0 10101 100000100 101010 1000000

Color Harmonies of #957BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BC9

Black with #957BC9

Text Example


Text Example

White with #957BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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