Html Css Color HEX #796791 Kimberly

📋 copy color: '#796791'

red 121 ◦ green 103 ◦ blue 145

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

Shades of Kimberly #796791

Tints of Kimberly #796791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

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

R = 32.79%
G = 27.91%
B = 39.3%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#796791 (or 0x796791) is known color: Kimberly. HEX triplet: 79, 67 and 91. RGB value is (121,103,145). Sum of RGB (Red+Green+Blue) = 121+103+145=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #796791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796791 is #86986E. Grayscale: #717171. Windows color (decimal): -8820847 or 9529209. OLE color: 9529209.

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

Color convert

RGB 121 103 145 -
CMYK 0.17 0.29 0 0.43
HSL 265.71º 0.17% 0.49% -
HSV(B) 265.71º 0.29% 0.57% -
XYZ 17.85 15.81 28.9 -
YUV 113.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 121 103 145 0.17 0.29 0 0.43 265.71 0.17 0.49
Hex 79 67 91 11 1D 0 2B 10A 11 31
Octal 171 147 221 21 35 0 53 412 21 61
Binary 1111001 1100111 10010001 10001 11101 0 101011 100001010 10001 110001

Color Harmonies of #796791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796791

Black with #796791

Text Example


Text Example

White with #796791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796791; }

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

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

background-color css

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

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

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

border-color css

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

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

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