Html Css Color HEX #7B6498 Deluge

📋 copy color: '#7B6498'

red 123 ◦ green 100 ◦ blue 152

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

Shades of Deluge #7B6498

Tints of Deluge #7B6498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

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

R = 32.8%
G = 26.67%
B = 40.53%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7B6498 (or 0x7B6498) is known color: Deluge. HEX triplet: 7B, 64 and 98. RGB value is (123,100,152). Sum of RGB (Red+Green+Blue) = 123+100+152=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B6498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6498 is #849B67. Grayscale: #707070. Windows color (decimal): -8690536 or 9987195. OLE color: 9987195.

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

Color convert

RGB 123 100 152 -
CMYK 0.19 0.34 0 0.40
HSL 266.54º 0.21% 0.49% -
HSV(B) 266.54º 0.34% 0.6% -
XYZ 18.39 15.59 31.75 -
YUV 112.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 123 100 152 0.19 0.34 0 0.40 266.54 0.21 0.49
Hex 7B 64 98 13 22 0 28 10B 15 31
Octal 173 144 230 23 42 0 50 413 25 61
Binary 1111011 1100100 10011000 10011 100010 0 101000 100001011 10101 110001

Color Harmonies of #7B6498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6498

Black with #7B6498

Text Example


Text Example

White with #7B6498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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