Html Css Color HEX #735898 Studio

📋 copy color: '#735898'

red 115 ◦ green 88 ◦ blue 152

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

Shades of Studio #735898

Tints of Studio #735898

RGB

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

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

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

R = 32.39%
G = 24.79%
B = 42.82%

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

#735898 (or 0x735898) is known color: Studio. HEX triplet: 73, 58 and 98. RGB value is (115,88,152). Sum of RGB (Red+Green+Blue) = 115+88+152=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #735898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735898 is #8CA767. Grayscale: #676767. Windows color (decimal): -9217896 or 9984115. OLE color: 9984115.

HSL color Cylindrical-coordinate representation of color #735898: hue angle of 265.31º 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 #735898 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 88 152 -
CMYK 0.24 0.42 0 0.40
HSL 265.31º 0.27% 0.47% -
HSV(B) 265.31º 0.42% 0.6% -
XYZ 16.23 12.89 31.34 -
YUV 103.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 115 88 152 0.24 0.42 0 0.40 265.31 0.27 0.47
Hex 73 58 98 18 2A 0 28 109 1B 2F
Octal 163 130 230 30 52 0 50 411 33 57
Binary 1110011 1011000 10011000 11000 101010 0 101000 100001001 11011 101111

Color Harmonies of #735898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735898

Black with #735898

Text Example


Text Example

White with #735898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735898; }

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

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

background-color css

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

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

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

border-color css

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

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

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