Html Css Color HEX #765895 Studio

📋 copy color: '#765895'

red 118 ◦ green 88 ◦ blue 149

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

Shades of Studio #765895

Tints of Studio #765895

RGB

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

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

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

R = 33.24%
G = 24.79%
B = 41.97%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765895 (or 0x765895) is known color: Studio. HEX triplet: 76, 58 and 95. RGB value is (118,88,149). Sum of RGB (Red+Green+Blue) = 118+88+149=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #765895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765895 is #89A76A. Grayscale: #676767. Windows color (decimal): -9021291 or 9787510. OLE color: 9787510.

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

Color convert

RGB 118 88 149 -
CMYK 0.21 0.41 0 0.42
HSL 269.51º 0.26% 0.46% -
HSV(B) 269.51º 0.41% 0.58% -
XYZ 16.39 13 30.08 -
YUV 103.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 118 88 149 0.21 0.41 0 0.42 269.51 0.26 0.46
Hex 76 58 95 15 29 0 2A 10E 1A 2E
Octal 166 130 225 25 51 0 52 416 32 56
Binary 1110110 1011000 10010101 10101 101001 0 101010 100001110 11010 101110

Color Harmonies of #765895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765895

Black with #765895

Text Example


Text Example

White with #765895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765895; }

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

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

background-color css

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

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

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

border-color css

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

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

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