Html Css Color HEX #796691 Kimberly

📋 copy color: '#796691'

red 121 ◦ green 102 ◦ blue 145

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

Shades of Kimberly #796691

Tints of Kimberly #796691

RGB

 RED value IS 121 (47.66% from 255) = 32.88%

 GREEN value IS 102 (40.23% from 255) = 27.72%

 BLUE value IS 145 (57.03% from 255) = 39.4%

R = 32.88%
G = 27.72%
B = 39.4%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#796691 (or 0x796691) is known color: Kimberly. HEX triplet: 79, 66 and 91. RGB value is (121,102,145). Sum of RGB (Red+Green+Blue) = 121+102+145=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #796691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796691 is #86996E. Grayscale: #707070. Windows color (decimal): -8821103 or 9528953. OLE color: 9528953.

HSL color Cylindrical-coordinate representation of color #796691: hue angle of 266.51º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #796691 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 102 145 -
CMYK 0.17 0.30 0 0.43
HSL 266.51º 0.17% 0.48% -
HSV(B) 266.51º 0.3% 0.57% -
XYZ 17.75 15.61 28.87 -
YUV 112.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 121 102 145 0.17 0.30 0 0.43 266.51 0.17 0.48
Hex 79 66 91 11 1E 0 2B 10B 11 30
Octal 171 146 221 21 36 0 53 413 21 60
Binary 1111001 1100110 10010001 10001 11110 0 101011 100001011 10001 110000

Color Harmonies of #796691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796691

Black with #796691

Text Example


Text Example

White with #796691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796691; }

 p { color: rgb(121,102,145); }

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

background-color css

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

 a { background-color: rgb(121,102,145); }

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

border-color css

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

 span { border-color: rgb(121,102,145); }

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