Html Css Color HEX #7B789B Deluge

📋 copy color: '#7B789B'

red 123 ◦ green 120 ◦ blue 155

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

Shades of Deluge #7B789B

Tints of Deluge #7B789B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.15%

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 30.9%
G = 30.15%
B = 38.94%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B789B (or 0x7B789B) is known color: Deluge. HEX triplet: 7B, 78 and 9B. RGB value is (123,120,155). Sum of RGB (Red+Green+Blue) = 123+120+155=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B789B is #848764. Grayscale: #7C7C7C. Windows color (decimal): -8685413 or 10188923. OLE color: 10188923.

HSL color Cylindrical-coordinate representation of color #7B789B: hue angle of 245.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B789B is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 120 155 -
CMYK 0.21 0.23 0 0.39
HSL 245.14º 0.15% 0.54% -
HSV(B) 245.14º 0.23% 0.61% -
XYZ 20.8 20.01 33.78 -
YUV 124.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 123 120 155 0.21 0.23 0 0.39 245.14 0.15 0.54
Hex 7B 78 9B 15 17 0 27 F5 F 36
Octal 173 170 233 25 27 0 47 365 17 66
Binary 1111011 1111000 10011011 10101 10111 0 100111 11110101 1111 110110

Color Harmonies of #7B789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B789B

Black with #7B789B

Text Example


Text Example

White with #7B789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,120,155); }

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

background-color css

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

 a { background-color: rgb(123,120,155); }

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

border-color css

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

 span { border-color: rgb(123,120,155); }

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