Html Css Color HEX #7B619B Deluge

📋 copy color: '#7B619B'

red 123 ◦ green 97 ◦ blue 155

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

Shades of Deluge #7B619B

Tints of Deluge #7B619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.87%

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

R = 32.8%
G = 25.87%
B = 41.33%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B619B (or 0x7B619B) is known color: Deluge. HEX triplet: 7B, 61 and 9B. RGB value is (123,97,155). Sum of RGB (Red+Green+Blue) = 123+97+155=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B619B is #849E64. Grayscale: #6F6F6F. Windows color (decimal): -8691301 or 10183035. OLE color: 10183035.

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

Color convert

RGB 123 97 155 -
CMYK 0.21 0.37 0 0.39
HSL 266.9º 0.23% 0.49% -
HSV(B) 266.9º 0.37% 0.61% -
XYZ 18.36 15.13 32.96 -
YUV 111.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 123 97 155 0.21 0.37 0 0.39 266.9 0.23 0.49
Hex 7B 61 9B 15 25 0 27 10B 17 31
Octal 173 141 233 25 45 0 47 413 27 61
Binary 1111011 1100001 10011011 10101 100101 0 100111 100001011 10111 110001

Color Harmonies of #7B619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B619B

Black with #7B619B

Text Example


Text Example

White with #7B619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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