Html Css Color HEX #796593 Kimberly

📋 copy color: '#796593'

red 121 ◦ green 101 ◦ blue 147

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

Shades of Kimberly #796593

Tints of Kimberly #796593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 32.79%
G = 27.37%
B = 39.84%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#796593 (or 0x796593) is known color: Kimberly. HEX triplet: 79, 65 and 93. RGB value is (121,101,147). Sum of RGB (Red+Green+Blue) = 121+101+147=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 101 (39.84% from 255 or 27.37% 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 #796593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796593 is #869A6C. Grayscale: #707070. Windows color (decimal): -8821357 or 9659769. OLE color: 9659769.

HSL color Cylindrical-coordinate representation of color #796593: hue angle of 266.09º degrees, saturation: 0.19, 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 #796593 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 101 147 -
CMYK 0.18 0.31 0 0.42
HSL 266.09º 0.19% 0.49% -
HSV(B) 266.09º 0.31% 0.58% -
XYZ 17.81 15.48 29.65 -
YUV 112.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 121 101 147 0.18 0.31 0 0.42 266.09 0.19 0.49
Hex 79 65 93 12 1F 0 2A 10A 13 31
Octal 171 145 223 22 37 0 52 412 23 61
Binary 1111001 1100101 10010011 10010 11111 0 101010 100001010 10011 110001

Color Harmonies of #796593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796593

Black with #796593

Text Example


Text Example

White with #796593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796593; }

 p { color: rgb(121,101,147); }

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

background-color css

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

 a { background-color: rgb(121,101,147); }

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

border-color css

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

 span { border-color: rgb(121,101,147); }

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