Html Css Color HEX #756492 Kimberly

📋 copy color: '#756492'

red 117 ◦ green 100 ◦ blue 146

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

Shades of Kimberly #756492

Tints of Kimberly #756492

RGB

 RED value IS 117 (46.09% from 255) = 32.23%

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 32.23%
G = 27.55%
B = 40.22%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#756492 (or 0x756492) is known color: Kimberly. HEX triplet: 75, 64 and 92. RGB value is (117,100,146). Sum of RGB (Red+Green+Blue) = 117+100+146=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #756492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756492 is #8A9B6D. Grayscale: #6E6E6E. Windows color (decimal): -9083758 or 9593973. OLE color: 9593973.

HSL color Cylindrical-coordinate representation of color #756492: hue angle of 262.17º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756492 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 100 146 -
CMYK 0.20 0.32 0 0.43
HSL 262.17º 0.19% 0.48% -
HSV(B) 262.17º 0.32% 0.57% -
XYZ 17.08 14.97 29.18 -
YUV 110.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 117 100 146 0.20 0.32 0 0.43 262.17 0.19 0.48
Hex 75 64 92 14 20 0 2B 106 13 30
Octal 165 144 222 24 40 0 53 406 23 60
Binary 1110101 1100100 10010010 10100 100000 0 101011 100000110 10011 110000

Color Harmonies of #756492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756492

Black with #756492

Text Example


Text Example

White with #756492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756492; }

 p { color: rgb(117,100,146); }

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

background-color css

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

 a { background-color: rgb(117,100,146); }

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

border-color css

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

 span { border-color: rgb(117,100,146); }

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