#9780CD

Color #9780CD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #9780CD

Tints of True V #9780CD

Color information

#9780CD (or 0x9780CD) is unknown color: approx True V. HEX triplet: 97, 80 and CD. RGB value is (151,128,205). Sum of RGB (Red+Green+Blue) = 151+128+205=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #9780CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780CD is #687F32. Grayscale: #8F8F8F. Windows color (decimal): -6848307 or 13467799. OLE color: 13467799.

HSL color Cylindrical-coordinate representation of color #9780CD: hue angle of 257.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9780CD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151128205-
CMYK0.260.3800.20
HSL257.92º43.5%65.29%-
HSV(B)257.92º37.56%80.39%-
XYZ31.526.4361.2-
YUV143.66162.62133.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=31.20%
G=26.45%
B=42.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511282050.260.3800.20257.9243.565.29
Hex9780CD1A260141022c41
Octal227200315324602440254101
Binary100101111000000011001101110101001100101001000000101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9780CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9780CD; }

 p { color: rgb(151,128,205); }

 H1.HeaderClassName
 {
   color: #9780CD;
 }
 .AnyTagClassName
 {
   color: #9780CD;
 }
</style>
background-color css

<style>
 a { background-color: #9780CD; }

 a { background-color: rgb(151,128,205); }

 div.DivClassName
 {
   background-color: #9780CD;
 }
 .BgClassName
 {
   background-color: #9780CD;
 }
</style>
border-color css

<style>
 span { border-color: #9780CD; }

 span { border-color: rgb(151,128,205); }

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