Html Css Color HEX #765198 Studio

📋 copy color: '#765198'

red 118 ◦ green 81 ◦ blue 152

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

Shades of Studio #765198

Tints of Studio #765198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.08%

 BLUE value IS 152 (59.77% from 255) = 43.3%

R = 33.62%
G = 23.08%
B = 43.3%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#765198 (or 0x765198) is known color: Studio. HEX triplet: 76, 51 and 98. RGB value is (118,81,152). Sum of RGB (Red+Green+Blue) = 118+81+152=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #765198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765198 is #89AE67. Grayscale: #636363. Windows color (decimal): -9023080 or 9982326. OLE color: 9982326.

HSL color Cylindrical-coordinate representation of color #765198: hue angle of 271.27º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #765198 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 81 152 -
CMYK 0.22 0.47 0 0.40
HSL 271.27º 0.3% 0.46% -
HSV(B) 271.27º 0.47% 0.6% -
XYZ 16.08 12 31.18 -
YUV 100.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 118 81 152 0.22 0.47 0 0.40 271.27 0.3 0.46
Hex 76 51 98 16 2F 0 28 10F 1E 2E
Octal 166 121 230 26 57 0 50 417 36 56
Binary 1110110 1010001 10011000 10110 101111 0 101000 100001111 11110 101110

Color Harmonies of #765198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765198

Black with #765198

Text Example


Text Example

White with #765198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765198; }

 p { color: rgb(118,81,152); }

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

background-color css

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

 a { background-color: rgb(118,81,152); }

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

border-color css

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

 span { border-color: rgb(118,81,152); }

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