Html Css Color HEX #957BCF True V

📋 copy color: '#957BCF'

red 149 ◦ green 123 ◦ blue 207

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

Shades of True V #957BCF

Tints of True V #957BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 31.11%
G = 25.68%
B = 43.22%

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

#957BCF (or 0x957BCF) is known color: True V. HEX triplet: 95, 7B and CF. RGB value is (149,123,207). Sum of RGB (Red+Green+Blue) = 149+123+207=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #957BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BCF is #6A8430. Grayscale: #8C8C8C. Windows color (decimal): -6980657 or 13597589. OLE color: 13597589.

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

Color convert

RGB 149 123 207 -
CMYK 0.28 0.41 0 0.19
HSL 258.57º 0.47% 0.65% -
HSV(B) 258.57º 0.41% 0.81% -
XYZ 30.74 25.06 62.25 -
YUV 140.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 149 123 207 0.28 0.41 0 0.19 258.57 0.47 0.65
Hex 95 7B CF 1C 29 0 13 103 2F 41
Octal 225 173 317 34 51 0 23 403 57 101
Binary 10010101 1111011 11001111 11100 101001 0 10011 100000011 101111 1000001

Color Harmonies of #957BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BCF

Black with #957BCF

Text Example


Text Example

White with #957BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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