#75638F

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

Shades of Kimberly #75638F

Tints of Kimberly #75638F

Color information

#75638F (or 0x75638F) is unknown color: approx Kimberly. HEX triplet: 75, 63 and 8F. RGB value is (117,99,143). Sum of RGB (Red+Green+Blue) = 117+99+143=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 143 - color contains mainly: blue. Hex color #75638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75638F is #8A9C70. Grayscale: #6D6D6D. Windows color (decimal): -9084017 or 9397109. OLE color: 9397109.

HSL color Cylindrical-coordinate representation of color #75638F: hue angle of 264.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75638F is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11799143-
CMYK0.180.3100.44
HSL264.55º18.18%47.45%-
HSV(B)264.55º30.77%56.08%-
XYZ16.7614.6927.94-
YUV109.4146.96133.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 143 (56.25% from 255) = 39.83%
R=32.59%
G=27.58%
B=39.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117991430.180.3100.44264.5518.1847.45
Hex75638F121F02C109122f
Octal16514321722370544112257
Binary11101011100011100011111001011111010110010000100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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