Html Css Color HEX #745898 Studio

📋 copy color: '#745898'

red 116 ◦ green 88 ◦ blue 152

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

Shades of Studio #745898

Tints of Studio #745898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 32.58%
G = 24.72%
B = 42.7%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#745898 (or 0x745898) is known color: Studio. HEX triplet: 74, 58 and 98. RGB value is (116,88,152). Sum of RGB (Red+Green+Blue) = 116+88+152=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #745898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745898 is #8BA767. Grayscale: #676767. Windows color (decimal): -9152360 or 9984116. OLE color: 9984116.

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

Color convert

RGB 116 88 152 -
CMYK 0.24 0.42 0 0.40
HSL 266.25º 0.27% 0.47% -
HSV(B) 266.25º 0.42% 0.6% -
XYZ 16.36 12.96 31.34 -
YUV 103.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 116 88 152 0.24 0.42 0 0.40 266.25 0.27 0.47
Hex 74 58 98 18 2A 0 28 10A 1B 2F
Octal 164 130 230 30 52 0 50 412 33 57
Binary 1110100 1011000 10011000 11000 101010 0 101000 100001010 11011 101111

Color Harmonies of #745898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745898

Black with #745898

Text Example


Text Example

White with #745898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745898; }

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

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

background-color css

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

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

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

border-color css

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

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

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