Html Css Color HEX #795BAB Studio

📋 copy color: '#795BAB'

red 121 ◦ green 91 ◦ blue 171

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

Shades of Studio #795BAB

Tints of Studio #795BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 31.59%
G = 23.76%
B = 44.65%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#795BAB (or 0x795BAB) is known color: Studio. HEX triplet: 79, 5B and AB. RGB value is (121,91,171). Sum of RGB (Red+Green+Blue) = 121+91+171=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #795BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795BAB is #86A454. Grayscale: #6C6C6C. Windows color (decimal): -8823893 or 11230073. OLE color: 11230073.

HSL color Cylindrical-coordinate representation of color #795BAB: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795BAB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 91 171 -
CMYK 0.29 0.47 0 0.33
HSL 262.5º 0.32% 0.51% -
HSV(B) 262.5º 0.47% 0.67% -
XYZ 18.98 14.49 40.32 -
YUV 109.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 121 91 171 0.29 0.47 0 0.33 262.5 0.32 0.51
Hex 79 5B AB 1D 2F 0 21 106 20 33
Octal 171 133 253 35 57 0 41 406 40 63
Binary 1111001 1011011 10101011 11101 101111 0 100001 100000110 100000 110011

Color Harmonies of #795BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BAB

Black with #795BAB

Text Example


Text Example

White with #795BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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