Html Css Color HEX #7B759E Deluge

📋 copy color: '#7B759E'

red 123 ◦ green 117 ◦ blue 158

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

Shades of Deluge #7B759E

Tints of Deluge #7B759E

RGB

 RED value IS 123 (48.44% from 255) = 30.9%

 GREEN value IS 117 (46.09% from 255) = 29.4%

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 30.9%
G = 29.4%
B = 39.7%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B759E (or 0x7B759E) is known color: Deluge. HEX triplet: 7B, 75 and 9E. RGB value is (123,117,158). Sum of RGB (Red+Green+Blue) = 123+117+158=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B759E is #848A61. Grayscale: #7B7B7B. Windows color (decimal): -8686178 or 10384763. OLE color: 10384763.

HSL color Cylindrical-coordinate representation of color #7B759E: hue angle of 248.78º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B759E is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 117 158 -
CMYK 0.22 0.26 0 0.38
HSL 248.78º 0.17% 0.54% -
HSV(B) 248.78º 0.26% 0.62% -
XYZ 20.7 19.4 35 -
YUV 123.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 123 117 158 0.22 0.26 0 0.38 248.78 0.17 0.54
Hex 7B 75 9E 16 1A 0 26 F9 11 36
Octal 173 165 236 26 32 0 46 371 21 66
Binary 1111011 1110101 10011110 10110 11010 0 100110 11111001 10001 110110

Color Harmonies of #7B759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B759E

Black with #7B759E

Text Example


Text Example

White with #7B759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B759E; }

 p { color: rgb(123,117,158); }

 H1.HeaderClassName
 {
   color: #7B759E;
 }
 .AnyTagClassName
 {
   color: #7B759E;
 }
</style>

background-color css

<style>
 a { background-color: #7B759E; }

 a { background-color: rgb(123,117,158); }

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

border-color css

<style>
 span { border-color: #7B759E; }

 span { border-color: rgb(123,117,158); }

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