Html Css Color HEX #7358A7 Studio

📋 copy color: '#7358A7'

red 115 ◦ green 88 ◦ blue 167

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

Shades of Studio #7358A7

Tints of Studio #7358A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.14%

R = 31.08%
G = 23.78%
B = 45.14%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7358A7 (or 0x7358A7) is known color: Studio. HEX triplet: 73, 58 and A7. RGB value is (115,88,167). Sum of RGB (Red+Green+Blue) = 115+88+167=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #7358A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7358A7 is #8CA758. Grayscale: #686868. Windows color (decimal): -9217881 or 10967155. OLE color: 10967155.

HSL color Cylindrical-coordinate representation of color #7358A7: hue angle of 260.51º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7358A7 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 88 167 -
CMYK 0.31 0.47 0 0.35
HSL 260.51º 0.31% 0.5% -
HSV(B) 260.51º 0.47% 0.65% -
XYZ 17.54 13.41 38.22 -
YUV 105.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 115 88 167 0.31 0.47 0 0.35 260.51 0.31 0.5
Hex 73 58 A7 1F 2F 0 23 105 1F 32
Octal 163 130 247 37 57 0 43 405 37 62
Binary 1110011 1011000 10100111 11111 101111 0 100011 100000101 11111 110010

Color Harmonies of #7358A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7358A7

Black with #7358A7

Text Example


Text Example

White with #7358A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7358A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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