Html Css Color HEX #7B639B Deluge

📋 copy color: '#7B639B'

red 123 ◦ green 99 ◦ blue 155

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

Shades of Deluge #7B639B

Tints of Deluge #7B639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

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

R = 32.63%
G = 26.26%
B = 41.11%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B639B (or 0x7B639B) is known color: Deluge. HEX triplet: 7B, 63 and 9B. RGB value is (123,99,155). Sum of RGB (Red+Green+Blue) = 123+99+155=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B639B is #849C64. Grayscale: #707070. Windows color (decimal): -8690789 or 10183547. OLE color: 10183547.

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

Color convert

RGB 123 99 155 -
CMYK 0.21 0.36 0 0.39
HSL 265.71º 0.22% 0.5% -
HSV(B) 265.71º 0.36% 0.61% -
XYZ 18.55 15.5 33.02 -
YUV 112.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 123 99 155 0.21 0.36 0 0.39 265.71 0.22 0.5
Hex 7B 63 9B 15 24 0 27 10A 16 32
Octal 173 143 233 25 44 0 47 412 26 62
Binary 1111011 1100011 10011011 10101 100100 0 100111 100001010 10110 110010

Color Harmonies of #7B639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B639B

Black with #7B639B

Text Example


Text Example

White with #7B639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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