Html Css Color HEX #765494 Studio

📋 copy color: '#765494'

red 118 ◦ green 84 ◦ blue 148

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

Shades of Studio #765494

Tints of Studio #765494

RGB

 RED value IS 118 (46.48% from 255) = 33.71%

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

 BLUE value IS 148 (58.2% from 255) = 42.29%

R = 33.71%
G = 24%
B = 42.29%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765494 (or 0x765494) is known color: Studio. HEX triplet: 76, 54 and 94. RGB value is (118,84,148). Sum of RGB (Red+Green+Blue) = 118+84+148=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #765494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765494 is #89AB6B. Grayscale: #656565. Windows color (decimal): -9022316 or 9720950. OLE color: 9720950.

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

Color convert

RGB 118 84 148 -
CMYK 0.20 0.43 0 0.42
HSL 271.88º 0.28% 0.45% -
HSV(B) 271.88º 0.43% 0.58% -
XYZ 15.99 12.33 29.55 -
YUV 101.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 118 84 148 0.20 0.43 0 0.42 271.88 0.28 0.45
Hex 76 54 94 14 2B 0 2A 110 1C 2D
Octal 166 124 224 24 53 0 52 420 34 55
Binary 1110110 1010100 10010100 10100 101011 0 101010 100010000 11100 101101

Color Harmonies of #765494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765494

Black with #765494

Text Example


Text Example

White with #765494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765494; }

 p { color: rgb(118,84,148); }

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

background-color css

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

 a { background-color: rgb(118,84,148); }

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

border-color css

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

 span { border-color: rgb(118,84,148); }

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