Html Css Color HEX #795698 Studio

📋 copy color: '#795698'

red 121 ◦ green 86 ◦ blue 152

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

Shades of Studio #795698

Tints of Studio #795698

RGB

 RED value IS 121 (47.66% from 255) = 33.7%

 GREEN value IS 86 (33.98% from 255) = 23.96%

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

R = 33.7%
G = 23.96%
B = 42.34%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#795698 (or 0x795698) is known color: Studio. HEX triplet: 79, 56 and 98. RGB value is (121,86,152). Sum of RGB (Red+Green+Blue) = 121+86+152=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #795698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795698 is #86A967. Grayscale: #676767. Windows color (decimal): -8825192 or 9983609. OLE color: 9983609.

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

Color convert

RGB 121 86 152 -
CMYK 0.20 0.43 0 0.40
HSL 271.82º 0.28% 0.47% -
HSV(B) 271.82º 0.43% 0.6% -
XYZ 16.88 12.99 31.32 -
YUV 103.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 121 86 152 0.20 0.43 0 0.40 271.82 0.28 0.47
Hex 79 56 98 14 2B 0 28 110 1C 2F
Octal 171 126 230 24 53 0 50 420 34 57
Binary 1111001 1010110 10011000 10100 101011 0 101000 100010000 11100 101111

Color Harmonies of #795698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795698

Black with #795698

Text Example


Text Example

White with #795698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795698; }

 p { color: rgb(121,86,152); }

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

background-color css

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

 a { background-color: rgb(121,86,152); }

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

border-color css

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

 span { border-color: rgb(121,86,152); }

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