Html Css Color HEX #7B659D Deluge

📋 copy color: '#7B659D'

red 123 ◦ green 101 ◦ blue 157

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

Shades of Deluge #7B659D

Tints of Deluge #7B659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 32.28%
G = 26.51%
B = 41.21%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B659D (or 0x7B659D) is known color: Deluge. HEX triplet: 7B, 65 and 9D. RGB value is (123,101,157). Sum of RGB (Red+Green+Blue) = 123+101+157=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B659D is #849A62. Grayscale: #717171. Windows color (decimal): -8690275 or 10315131. OLE color: 10315131.

HSL color Cylindrical-coordinate representation of color #7B659D: hue angle of 263.57º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B659D is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 101 157 -
CMYK 0.22 0.36 0 0.38
HSL 263.57º 0.22% 0.51% -
HSV(B) 263.57º 0.36% 0.62% -
XYZ 18.91 15.95 33.98 -
YUV 113.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 123 101 157 0.22 0.36 0 0.38 263.57 0.22 0.51
Hex 7B 65 9D 16 24 0 26 108 16 33
Octal 173 145 235 26 44 0 46 410 26 63
Binary 1111011 1100101 10011101 10110 100100 0 100110 100001000 10110 110011

Color Harmonies of #7B659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B659D

Black with #7B659D

Text Example


Text Example

White with #7B659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,101,157); }

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

background-color css

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

 a { background-color: rgb(123,101,157); }

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

border-color css

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

 span { border-color: rgb(123,101,157); }

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