Html Css Color HEX #746587 Kimberly

📋 copy color: '#746587'

red 116 ◦ green 101 ◦ blue 135

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

Shades of Kimberly #746587

Tints of Kimberly #746587

RGB

 RED value IS 116 (45.7% from 255) = 32.95%

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

 BLUE value IS 135 (53.13% from 255) = 38.35%

R = 32.95%
G = 28.69%
B = 38.35%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#746587 (or 0x746587) is known color: Kimberly. HEX triplet: 74, 65 and 87. RGB value is (116,101,135). Sum of RGB (Red+Green+Blue) = 116+101+135=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #746587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746587 is #8B9A78. Grayscale: #6D6D6D. Windows color (decimal): -9149049 or 8873332. OLE color: 8873332.

HSL color Cylindrical-coordinate representation of color #746587: hue angle of 266.47º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746587 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 101 135 -
CMYK 0.14 0.25 0 0.47
HSL 266.47º 0.14% 0.46% -
HSV(B) 266.47º 0.25% 0.53% -
XYZ 16.23 14.77 24.92 -
YUV 109.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 116 101 135 0.14 0.25 0 0.47 266.47 0.14 0.46
Hex 74 65 87 E 19 0 2F 10A E 2E
Octal 164 145 207 16 31 0 57 412 16 56
Binary 1110100 1100101 10000111 1110 11001 0 101111 100001010 1110 101110

Color Harmonies of #746587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746587

Black with #746587

Text Example


Text Example

White with #746587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746587; }

 p { color: rgb(116,101,135); }

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

background-color css

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

 a { background-color: rgb(116,101,135); }

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

border-color css

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

 span { border-color: rgb(116,101,135); }

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