Html Css Color HEX #756290 Kimberly

📋 copy color: '#756290'

red 117 ◦ green 98 ◦ blue 144

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

Shades of Kimberly #756290

Tints of Kimberly #756290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 32.59%
G = 27.3%
B = 40.11%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#756290 (or 0x756290) is known color: Kimberly. HEX triplet: 75, 62 and 90. RGB value is (117,98,144). Sum of RGB (Red+Green+Blue) = 117+98+144=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #756290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756290 is #8A9D6F. Grayscale: #6C6C6C. Windows color (decimal): -9084272 or 9462389. OLE color: 9462389.

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

Color convert

RGB 117 98 144 -
CMYK 0.19 0.32 0 0.44
HSL 264.78º 0.19% 0.47% -
HSV(B) 264.78º 0.32% 0.56% -
XYZ 16.74 14.53 28.31 -
YUV 108.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 117 98 144 0.19 0.32 0 0.44 264.78 0.19 0.47
Hex 75 62 90 13 20 0 2C 109 13 2F
Octal 165 142 220 23 40 0 54 411 23 57
Binary 1110101 1100010 10010000 10011 100000 0 101100 100001001 10011 101111

Color Harmonies of #756290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756290

Black with #756290

Text Example


Text Example

White with #756290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756290; }

 p { color: rgb(117,98,144); }

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

background-color css

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

 a { background-color: rgb(117,98,144); }

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

border-color css

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

 span { border-color: rgb(117,98,144); }

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