Html Css Color HEX #7B7296 Deluge

📋 copy color: '#7B7296'

red 123 ◦ green 114 ◦ blue 150

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

Shades of Deluge #7B7296

Tints of Deluge #7B7296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 31.78%
G = 29.46%
B = 38.76%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B7296 (or 0x7B7296) is known color: Deluge. HEX triplet: 7B, 72 and 96. RGB value is (123,114,150). Sum of RGB (Red+Green+Blue) = 123+114+150=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B7296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7296 is #848D69. Grayscale: #787878. Windows color (decimal): -8686954 or 9859707. OLE color: 9859707.

HSL color Cylindrical-coordinate representation of color #7B7296: hue angle of 255º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B7296 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 114 150 -
CMYK 0.18 0.24 0 0.41
HSL 255º 0.15% 0.52% -
HSV(B) 255º 0.24% 0.59% -
XYZ 19.69 18.45 31.38 -
YUV 120.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 123 114 150 0.18 0.24 0 0.41 255 0.15 0.52
Hex 7B 72 96 12 18 0 29 FF F 34
Octal 173 162 226 22 30 0 51 377 17 64
Binary 1111011 1110010 10010110 10010 11000 0 101001 11111111 1111 110100

Color Harmonies of #7B7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7296

Black with #7B7296

Text Example


Text Example

White with #7B7296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,114,150); }

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

background-color css

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

 a { background-color: rgb(123,114,150); }

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

border-color css

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

 span { border-color: rgb(123,114,150); }

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