Html Css Color HEX #726293 Kimberly

📋 copy color: '#726293'

red 114 ◦ green 98 ◦ blue 147

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

Shades of Kimberly #726293

Tints of Kimberly #726293

RGB

 RED value IS 114 (44.92% from 255) = 31.75%

 GREEN value IS 98 (38.67% from 255) = 27.3%

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

R = 31.75%
G = 27.3%
B = 40.95%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#726293 (or 0x726293) is known color: Kimberly. HEX triplet: 72, 62 and 93. RGB value is (114,98,147). Sum of RGB (Red+Green+Blue) = 114+98+147=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #726293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726293 is #8D9D6C. Grayscale: #6C6C6C. Windows color (decimal): -9280877 or 9658994. OLE color: 9658994.

HSL color Cylindrical-coordinate representation of color #726293: hue angle of 259.59º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726293 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 98 147 -
CMYK 0.22 0.33 0 0.42
HSL 259.59º 0.2% 0.48% -
HSV(B) 259.59º 0.33% 0.58% -
XYZ 16.57 14.42 29.51 -
YUV 108.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 114 98 147 0.22 0.33 0 0.42 259.59 0.2 0.48
Hex 72 62 93 16 21 0 2A 104 14 30
Octal 162 142 223 26 41 0 52 404 24 60
Binary 1110010 1100010 10010011 10110 100001 0 101010 100000100 10100 110000

Color Harmonies of #726293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726293

Black with #726293

Text Example


Text Example

White with #726293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726293; }

 p { color: rgb(114,98,147); }

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

background-color css

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

 a { background-color: rgb(114,98,147); }

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

border-color css

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

 span { border-color: rgb(114,98,147); }

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