Html Css Color HEX #795B9B Studio

📋 copy color: '#795B9B'

red 121 ◦ green 91 ◦ blue 155

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

Shades of Studio #795B9B

Tints of Studio #795B9B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 32.97%
G = 24.8%
B = 42.23%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#795B9B (or 0x795B9B) is known color: Studio. HEX triplet: 79, 5B and 9B. RGB value is (121,91,155). Sum of RGB (Red+Green+Blue) = 121+91+155=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #795B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795B9B is #86A464. Grayscale: #6B6B6B. Windows color (decimal): -8823909 or 10181497. OLE color: 10181497.

HSL color Cylindrical-coordinate representation of color #795B9B: hue angle of 268.12º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #795B9B is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 91 155 -
CMYK 0.22 0.41 0 0.39
HSL 268.13º 0.26% 0.48% -
HSV(B) 268.13º 0.41% 0.61% -
XYZ 17.54 13.91 32.77 -
YUV 107.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 121 91 155 0.22 0.41 0 0.39 268.13 0.26 0.48
Hex 79 5B 9B 16 29 0 27 10C 1A 30
Octal 171 133 233 26 51 0 47 414 32 60
Binary 1111001 1011011 10011011 10110 101001 0 100111 100001100 11010 110000

Color Harmonies of #795B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795B9B

Black with #795B9B

Text Example


Text Example

White with #795B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795B9B; }

 p { color: rgb(121,91,155); }

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

background-color css

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

 a { background-color: rgb(121,91,155); }

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

border-color css

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

 span { border-color: rgb(121,91,155); }

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