Html Css Color HEX #74589A Studio

📋 copy color: '#74589A'

red 116 ◦ green 88 ◦ blue 154

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

Shades of Studio #74589A

Tints of Studio #74589A

RGB

 RED value IS 116 (45.7% from 255) = 32.4%

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

 BLUE value IS 154 (60.55% from 255) = 43.02%

R = 32.4%
G = 24.58%
B = 43.02%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74589A (or 0x74589A) is known color: Studio. HEX triplet: 74, 58 and 9A. RGB value is (116,88,154). Sum of RGB (Red+Green+Blue) = 116+88+154=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #74589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74589A is #8BA765. Grayscale: #676767. Windows color (decimal): -9152358 or 10115188. OLE color: 10115188.

HSL color Cylindrical-coordinate representation of color #74589A: hue angle of 265.45º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74589A is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 88 154 -
CMYK 0.25 0.43 0 0.40
HSL 265.45º 0.27% 0.47% -
HSV(B) 265.45º 0.43% 0.6% -
XYZ 16.52 13.03 32.22 -
YUV 103.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 116 88 154 0.25 0.43 0 0.40 265.45 0.27 0.47
Hex 74 58 9A 19 2B 0 28 109 1B 2F
Octal 164 130 232 31 53 0 50 411 33 57
Binary 1110100 1011000 10011010 11001 101011 0 101000 100001001 11011 101111

Color Harmonies of #74589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74589A

Black with #74589A

Text Example


Text Example

White with #74589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74589A; }

 p { color: rgb(116,88,154); }

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

background-color css

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

 a { background-color: rgb(116,88,154); }

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

border-color css

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

 span { border-color: rgb(116,88,154); }

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