Html Css Color HEX #705E8A Kimberly

📋 copy color: '#705E8A'

red 112 ◦ green 94 ◦ blue 138

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

Shades of Kimberly #705E8A

Tints of Kimberly #705E8A

RGB

 RED value IS 112 (44.14% from 255) = 32.56%

 GREEN value IS 94 (37.11% from 255) = 27.33%

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 32.56%
G = 27.33%
B = 40.12%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#705E8A (or 0x705E8A) is known color: Kimberly. HEX triplet: 70, 5E and 8A. RGB value is (112,94,138). Sum of RGB (Red+Green+Blue) = 112+94+138=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #705E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705E8A is #8FA175. Grayscale: #686868. Windows color (decimal): -9412982 or 9068144. OLE color: 9068144.

HSL color Cylindrical-coordinate representation of color #705E8A: hue angle of 264.55º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #705E8A is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 94 138 -
CMYK 0.19 0.32 0 0.46
HSL 264.55º 0.19% 0.45% -
HSV(B) 264.55º 0.32% 0.54% -
XYZ 15.27 13.29 25.8 -
YUV 104.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 112 94 138 0.19 0.32 0 0.46 264.55 0.19 0.45
Hex 70 5E 8A 13 20 0 2E 109 13 2D
Octal 160 136 212 23 40 0 56 411 23 55
Binary 1110000 1011110 10001010 10011 100000 0 101110 100001001 10011 101101

Color Harmonies of #705E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E8A

Black with #705E8A

Text Example


Text Example

White with #705E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705E8A; }

 p { color: rgb(112,94,138); }

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

background-color css

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

 a { background-color: rgb(112,94,138); }

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

border-color css

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

 span { border-color: rgb(112,94,138); }

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