Html Css Color HEX #793DB4 Studio

📋 copy color: '#793DB4'

red 121 ◦ green 61 ◦ blue 180

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

Shades of Studio #793DB4

Tints of Studio #793DB4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

 BLUE value IS 180 (70.7% from 255) = 49.72%

R = 33.43%
G = 16.85%
B = 49.72%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#793DB4 (or 0x793DB4) is known color: Studio. HEX triplet: 79, 3D and B4. RGB value is (121,61,180). Sum of RGB (Red+Green+Blue) = 121+61+180=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #793DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DB4 is #86C24B. Grayscale: #5C5C5C. Windows color (decimal): -8831564 or 11812217. OLE color: 11812217.

HSL color Cylindrical-coordinate representation of color #793DB4: hue angle of 270.25º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793DB4 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 61 180 -
CMYK 0.33 0.66 0 0.29
HSL 270.25º 0.49% 0.47% -
HSV(B) 270.25º 0.66% 0.71% -
XYZ 17.79 10.7 44.31 -
YUV 92.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 121 61 180 0.33 0.66 0 0.29 270.25 0.49 0.47
Hex 79 3D B4 21 42 0 1D 10E 31 2F
Octal 171 75 264 41 102 0 35 416 61 57
Binary 1111001 111101 10110100 100001 1000010 0 11101 100001110 110001 101111

Color Harmonies of #793DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DB4

Black with #793DB4

Text Example


Text Example

White with #793DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793DB4; }

 p { color: rgb(121,61,180); }

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

background-color css

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

 a { background-color: rgb(121,61,180); }

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

border-color css

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

 span { border-color: rgb(121,61,180); }

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