Html Css Color HEX #736985 Kimberly

📋 copy color: '#736985'

red 115 ◦ green 105 ◦ blue 133

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

Shades of Kimberly #736985

Tints of Kimberly #736985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 32.58%
G = 29.75%
B = 37.68%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#736985 (or 0x736985) is known color: Kimberly. HEX triplet: 73, 69 and 85. RGB value is (115,105,133). Sum of RGB (Red+Green+Blue) = 115+105+133=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #736985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736985 is #8C967A. Grayscale: #6F6F6F. Windows color (decimal): -9213563 or 8743283. OLE color: 8743283.

HSL color Cylindrical-coordinate representation of color #736985: hue angle of 261.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #736985 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 105 133 -
CMYK 0.14 0.21 0 0.48
HSL 261.43º 0.12% 0.47% -
HSV(B) 261.43º 0.21% 0.52% -
XYZ 16.36 15.44 24.31 -
YUV 111.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 115 105 133 0.14 0.21 0 0.48 261.43 0.12 0.47
Hex 73 69 85 E 15 0 30 105 C 2F
Octal 163 151 205 16 25 0 60 405 14 57
Binary 1110011 1101001 10000101 1110 10101 0 110000 100000101 1100 101111

Color Harmonies of #736985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736985

Black with #736985

Text Example


Text Example

White with #736985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736985; }

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

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

background-color css

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

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

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

border-color css

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

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

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