Html Css Color HEX #765893 Studio

📋 copy color: '#765893'

red 118 ◦ green 88 ◦ blue 147

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

Shades of Studio #765893

Tints of Studio #765893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 33.43%
G = 24.93%
B = 41.64%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765893 (or 0x765893) is known color: Studio. HEX triplet: 76, 58 and 93. RGB value is (118,88,147). Sum of RGB (Red+Green+Blue) = 118+88+147=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #765893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765893 is #89A76C. Grayscale: #676767. Windows color (decimal): -9021293 or 9656438. OLE color: 9656438.

HSL color Cylindrical-coordinate representation of color #765893: hue angle of 270.51º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #765893 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 88 147 -
CMYK 0.20 0.40 0 0.42
HSL 270.51º 0.25% 0.46% -
HSV(B) 270.51º 0.4% 0.58% -
XYZ 16.23 12.94 29.25 -
YUV 103.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 118 88 147 0.20 0.40 0 0.42 270.51 0.25 0.46
Hex 76 58 93 14 28 0 2A 10F 19 2E
Octal 166 130 223 24 50 0 52 417 31 56
Binary 1110110 1011000 10010011 10100 101000 0 101010 100001111 11001 101110

Color Harmonies of #765893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765893

Black with #765893

Text Example


Text Example

White with #765893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765893; }

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

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

background-color css

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

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

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

border-color css

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

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

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