Html Css Color HEX #73698D Kimberly

📋 copy color: '#73698D'

red 115 ◦ green 105 ◦ blue 141

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

Shades of Kimberly #73698D

Tints of Kimberly #73698D

RGB

 RED value IS 115 (45.31% from 255) = 31.86%

 GREEN value IS 105 (41.41% from 255) = 29.09%

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

R = 31.86%
G = 29.09%
B = 39.06%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73698D (or 0x73698D) is known color: Kimberly. HEX triplet: 73, 69 and 8D. RGB value is (115,105,141). Sum of RGB (Red+Green+Blue) = 115+105+141=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #73698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73698D is #8C9672. Grayscale: #6F6F6F. Windows color (decimal): -9213555 or 9267571. OLE color: 9267571.

HSL color Cylindrical-coordinate representation of color #73698D: hue angle of 256.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73698D is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 105 141 -
CMYK 0.18 0.26 0 0.45
HSL 256.67º 0.15% 0.48% -
HSV(B) 256.67º 0.26% 0.55% -
XYZ 16.93 15.67 27.33 -
YUV 112.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 115 105 141 0.18 0.26 0 0.45 256.67 0.15 0.48
Hex 73 69 8D 12 1A 0 2D 101 F 30
Octal 163 151 215 22 32 0 55 401 17 60
Binary 1110011 1101001 10001101 10010 11010 0 101101 100000001 1111 110000

Color Harmonies of #73698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73698D

Black with #73698D

Text Example


Text Example

White with #73698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73698D; }

 p { color: rgb(115,105,141); }

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

background-color css

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

 a { background-color: rgb(115,105,141); }

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

border-color css

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

 span { border-color: rgb(115,105,141); }

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