Html Css Color HEX #7B7498 Deluge

📋 copy color: '#7B7498'

red 123 ◦ green 116 ◦ blue 152

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

Shades of Deluge #7B7498

Tints of Deluge #7B7498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

 BLUE value IS 152 (59.77% from 255) = 38.87%

R = 31.46%
G = 29.67%
B = 38.87%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7B7498 (or 0x7B7498) is known color: Deluge. HEX triplet: 7B, 74 and 98. RGB value is (123,116,152). Sum of RGB (Red+Green+Blue) = 123+116+152=391 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.46% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B7498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7498 is #848B67. Grayscale: #7A7A7A. Windows color (decimal): -8686440 or 9991291. OLE color: 9991291.

HSL color Cylindrical-coordinate representation of color #7B7498: hue angle of 251.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B7498 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 123 116 152 -
CMYK 0.19 0.24 0 0.40
HSL 251.67º 0.15% 0.53% -
HSV(B) 251.67º 0.24% 0.6% -
XYZ 20.08 18.97 32.31 -
YUV 122.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 123 116 152 0.19 0.24 0 0.40 251.67 0.15 0.53
Hex 7B 74 98 13 18 0 28 FC F 35
Octal 173 164 230 23 30 0 50 374 17 65
Binary 1111011 1110100 10011000 10011 11000 0 101000 11111100 1111 110101

Color Harmonies of #7B7498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7498

Black with #7B7498

Text Example


Text Example

White with #7B7498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,116,152); }

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

background-color css

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

 a { background-color: rgb(123,116,152); }

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

border-color css

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

 span { border-color: rgb(123,116,152); }

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