Html Css Color HEX #735495 Studio

📋 copy color: '#735495'

red 115 ◦ green 84 ◦ blue 149

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

Shades of Studio #735495

Tints of Studio #735495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 33.05%
G = 24.14%
B = 42.82%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#735495 (or 0x735495) is known color: Studio. HEX triplet: 73, 54 and 95. RGB value is (115,84,149). Sum of RGB (Red+Green+Blue) = 115+84+149=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #735495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735495 is #8CAB6A. Grayscale: #646464. Windows color (decimal): -9218923 or 9786483. OLE color: 9786483.

HSL color Cylindrical-coordinate representation of color #735495: hue angle of 268.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735495 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 84 149 -
CMYK 0.23 0.44 0 0.42
HSL 268.62º 0.28% 0.46% -
HSV(B) 268.62º 0.44% 0.58% -
XYZ 15.67 12.16 29.95 -
YUV 100.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 115 84 149 0.23 0.44 0 0.42 268.62 0.28 0.46
Hex 73 54 95 17 2C 0 2A 10D 1C 2E
Octal 163 124 225 27 54 0 52 415 34 56
Binary 1110011 1010100 10010101 10111 101100 0 101010 100001101 11100 101110

Color Harmonies of #735495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735495

Black with #735495

Text Example


Text Example

White with #735495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735495; }

 p { color: rgb(115,84,149); }

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

background-color css

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

 a { background-color: rgb(115,84,149); }

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

border-color css

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

 span { border-color: rgb(115,84,149); }

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