#786693

Color #786693 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #786693

Tints of Kimberly #786693

Color information

#786693 (or 0x786693) is unknown color: approx Kimberly. HEX triplet: 78, 66 and 93. RGB value is (120,102,147). Sum of RGB (Red+Green+Blue) = 120+102+147=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #786693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786693 is #87996C. Grayscale: #707070. Windows color (decimal): -8886637 or 9660024. OLE color: 9660024.

HSL color Cylindrical-coordinate representation of color #786693: hue angle of 264º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #786693 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB120102147-
CMYK0.180.3100.42
HSL264º18.07%48.82%-
HSV(B)264º30.61%57.65%-
XYZ17.7615.629.68-
YUV112.51147.46133.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=32.52%
G=27.64%
B=39.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201021470.180.3100.4226418.0748.82
Hex786693121F02A1081231
Octal17014622322370524102261
Binary11110001100110100100111001011111010101010000100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786693; }

 p { color: rgb(120,102,147); }

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

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

 a { background-color: rgb(120,102,147); }

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

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

 span { border-color: rgb(120,102,147); }

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