Html Css Color HEX #7B679D Deluge

📋 copy color: '#7B679D'

red 123 ◦ green 103 ◦ blue 157

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

Shades of Deluge #7B679D

Tints of Deluge #7B679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.89%

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

R = 32.11%
G = 26.89%
B = 40.99%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B679D (or 0x7B679D) is known color: Deluge. HEX triplet: 7B, 67 and 9D. RGB value is (123,103,157). Sum of RGB (Red+Green+Blue) = 123+103+157=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B679D is #849862. Grayscale: #727272. Windows color (decimal): -8689763 or 10315643. OLE color: 10315643.

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

Color convert

RGB 123 103 157 -
CMYK 0.22 0.34 0 0.38
HSL 262.22º 0.22% 0.51% -
HSV(B) 262.22º 0.34% 0.62% -
XYZ 19.1 16.35 34.05 -
YUV 115.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 123 103 157 0.22 0.34 0 0.38 262.22 0.22 0.51
Hex 7B 67 9D 16 22 0 26 106 16 33
Octal 173 147 235 26 42 0 46 406 26 63
Binary 1111011 1100111 10011101 10110 100010 0 100110 100000110 10110 110011

Color Harmonies of #7B679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B679D

Black with #7B679D

Text Example


Text Example

White with #7B679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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