Html Css Color HEX #765495 Studio

📋 copy color: '#765495'

red 118 ◦ green 84 ◦ blue 149

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

Shades of Studio #765495

Tints of Studio #765495

RGB

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

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

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

R = 33.62%
G = 23.93%
B = 42.45%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765495 (or 0x765495) is known color: Studio. HEX triplet: 76, 54 and 95. RGB value is (118,84,149). Sum of RGB (Red+Green+Blue) = 118+84+149=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #765495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765495 is #89AB6A. Grayscale: #656565. Windows color (decimal): -9022315 or 9786486. OLE color: 9786486.

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

Color convert

RGB 118 84 149 -
CMYK 0.21 0.44 0 0.42
HSL 271.38º 0.28% 0.46% -
HSV(B) 271.38º 0.44% 0.58% -
XYZ 16.07 12.36 29.97 -
YUV 101.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 118 84 149 0.21 0.44 0 0.42 271.38 0.28 0.46
Hex 76 54 95 15 2C 0 2A 10F 1C 2E
Octal 166 124 225 25 54 0 52 417 34 56
Binary 1110110 1010100 10010101 10101 101100 0 101010 100001111 11100 101110

Color Harmonies of #765495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765495

Black with #765495

Text Example


Text Example

White with #765495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765495; }

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

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

background-color css

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

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

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

border-color css

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

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

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