#75638B

Color #75638B Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #75638B

Tints of Kimberly #75638B

Color information

#75638B (or 0x75638B) is unknown color: approx Kimberly. HEX triplet: 75, 63 and 8B. RGB value is (117,99,139). Sum of RGB (Red+Green+Blue) = 117+99+139=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #75638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75638B is #8A9C74. Grayscale: #6C6C6C. Windows color (decimal): -9084021 or 9134965. OLE color: 9134965.

HSL color Cylindrical-coordinate representation of color #75638B: hue angle of 267º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75638B is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11799139-
CMYK0.160.2900.45
HSL267º16.81%46.67%-
HSV(B)267º28.78%54.51%-
XYZ16.4614.5726.37-
YUV108.94144.96133.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=32.96%
G=27.89%
B=39.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117991390.160.2900.4526716.8146.67
Hex75638B101D02D10b112f
Octal16514321320350554132157
Binary11101011100011100010111000011101010110110000101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75638B; }

 p { color: rgb(117,99,139); }

 H1.HeaderClassName
 {
   color: #75638B;
 }
 .AnyTagClassName
 {
   color: #75638B;
 }
</style>
background-color css

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

 a { background-color: rgb(117,99,139); }

 div.DivClassName
 {
   background-color: #75638B;
 }
 .BgClassName
 {
   background-color: #75638B;
 }
</style>
border-color css

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

 span { border-color: rgb(117,99,139); }

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