Html Css Color HEX #726B8D Kimberly

📋 copy color: '#726B8D'

red 114 ◦ green 107 ◦ blue 141

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

Shades of Kimberly #726B8D

Tints of Kimberly #726B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 31.49%
G = 29.56%
B = 38.95%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#726B8D (or 0x726B8D) is known color: Kimberly. HEX triplet: 72, 6B and 8D. RGB value is (114,107,141). Sum of RGB (Red+Green+Blue) = 114+107+141=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #726B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B8D is #8D9472. Grayscale: #707070. Windows color (decimal): -9278579 or 9268082. OLE color: 9268082.

HSL color Cylindrical-coordinate representation of color #726B8D: hue angle of 252.35º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #726B8D is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 107 141 -
CMYK 0.19 0.24 0 0.45
HSL 252.35º 0.14% 0.49% -
HSV(B) 252.35º 0.24% 0.55% -
XYZ 17 16.02 27.39 -
YUV 112.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 114 107 141 0.19 0.24 0 0.45 252.35 0.14 0.49
Hex 72 6B 8D 13 18 0 2D FC E 31
Octal 162 153 215 23 30 0 55 374 16 61
Binary 1110010 1101011 10001101 10011 11000 0 101101 11111100 1110 110001

Color Harmonies of #726B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B8D

Black with #726B8D

Text Example


Text Example

White with #726B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726B8D; }

 p { color: rgb(114,107,141); }

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

background-color css

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

 a { background-color: rgb(114,107,141); }

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

border-color css

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

 span { border-color: rgb(114,107,141); }

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