Html Css Color HEX #796CB3 Deluge

📋 copy color: '#796CB3'

red 121 ◦ green 108 ◦ blue 179

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

Shades of Deluge #796CB3

Tints of Deluge #796CB3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.47%

 BLUE value IS 179 (70.31% from 255) = 43.87%

R = 29.66%
G = 26.47%
B = 43.87%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#796CB3 (or 0x796CB3) is known color: Deluge. HEX triplet: 79, 6C and B3. RGB value is (121,108,179). Sum of RGB (Red+Green+Blue) = 121+108+179=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #796CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CB3 is #86934C. Grayscale: #777777. Windows color (decimal): -8819533 or 11758713. OLE color: 11758713.

HSL color Cylindrical-coordinate representation of color #796CB3: hue angle of 250.99º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #796CB3 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 108 179 -
CMYK 0.32 0.40 0 0.30
HSL 250.99º 0.32% 0.56% -
HSV(B) 250.99º 0.4% 0.7% -
XYZ 21.38 18.04 45 -
YUV 119.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 121 108 179 0.32 0.40 0 0.30 250.99 0.32 0.56
Hex 79 6C B3 20 28 0 1E FB 20 38
Octal 171 154 263 40 50 0 36 373 40 70
Binary 1111001 1101100 10110011 100000 101000 0 11110 11111011 100000 111000

Color Harmonies of #796CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CB3

Black with #796CB3

Text Example


Text Example

White with #796CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796CB3; }

 p { color: rgb(121,108,179); }

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

background-color css

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

 a { background-color: rgb(121,108,179); }

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

border-color css

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

 span { border-color: rgb(121,108,179); }

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