Html Css Color HEX #73589E Studio

📋 copy color: '#73589E'

red 115 ◦ green 88 ◦ blue 158

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

Shades of Studio #73589E

Tints of Studio #73589E

RGB

 RED value IS 115 (45.31% from 255) = 31.86%

 GREEN value IS 88 (34.77% from 255) = 24.38%

 BLUE value IS 158 (62.11% from 255) = 43.77%

R = 31.86%
G = 24.38%
B = 43.77%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73589E (or 0x73589E) is known color: Studio. HEX triplet: 73, 58 and 9E. RGB value is (115,88,158). Sum of RGB (Red+Green+Blue) = 115+88+158=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #73589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73589E is #8CA761. Grayscale: #676767. Windows color (decimal): -9217890 or 10377331. OLE color: 10377331.

HSL color Cylindrical-coordinate representation of color #73589E: hue angle of 263.14º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73589E is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 88 158 -
CMYK 0.27 0.44 0 0.38
HSL 263.14º 0.28% 0.48% -
HSV(B) 263.14º 0.44% 0.62% -
XYZ 16.73 13.09 33.99 -
YUV 104.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 115 88 158 0.27 0.44 0 0.38 263.14 0.28 0.48
Hex 73 58 9E 1B 2C 0 26 107 1C 30
Octal 163 130 236 33 54 0 46 407 34 60
Binary 1110011 1011000 10011110 11011 101100 0 100110 100000111 11100 110000

Color Harmonies of #73589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73589E

Black with #73589E

Text Example


Text Example

White with #73589E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73589E; }

 p { color: rgb(115,88,158); }

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

background-color css

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

 a { background-color: rgb(115,88,158); }

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

border-color css

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

 span { border-color: rgb(115,88,158); }

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