Html Css Color HEX #795B9D Studio

📋 copy color: '#795B9D'

red 121 ◦ green 91 ◦ blue 157

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

Shades of Studio #795B9D

Tints of Studio #795B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 32.79%
G = 24.66%
B = 42.55%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#795B9D (or 0x795B9D) is known color: Studio. HEX triplet: 79, 5B and 9D. RGB value is (121,91,157). Sum of RGB (Red+Green+Blue) = 121+91+157=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #795B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795B9D is #86A462. Grayscale: #6B6B6B. Windows color (decimal): -8823907 or 10312569. OLE color: 10312569.

HSL color Cylindrical-coordinate representation of color #795B9D: hue angle of 267.27º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #795B9D is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 91 157 -
CMYK 0.23 0.42 0 0.38
HSL 267.27º 0.27% 0.49% -
HSV(B) 267.27º 0.42% 0.62% -
XYZ 17.71 13.98 33.66 -
YUV 107.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 121 91 157 0.23 0.42 0 0.38 267.27 0.27 0.49
Hex 79 5B 9D 17 2A 0 26 10B 1B 31
Octal 171 133 235 27 52 0 46 413 33 61
Binary 1111001 1011011 10011101 10111 101010 0 100110 100001011 11011 110001

Color Harmonies of #795B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795B9D

Black with #795B9D

Text Example


Text Example

White with #795B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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