Html Css Color HEX #7B669D Deluge

📋 copy color: '#7B669D'

red 123 ◦ green 102 ◦ blue 157

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

Shades of Deluge #7B669D

Tints of Deluge #7B669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.7%

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

R = 32.2%
G = 26.7%
B = 41.1%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B669D (or 0x7B669D) is known color: Deluge. HEX triplet: 7B, 66 and 9D. RGB value is (123,102,157). Sum of RGB (Red+Green+Blue) = 123+102+157=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B669D is #849962. Grayscale: #727272. Windows color (decimal): -8690019 or 10315387. OLE color: 10315387.

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

Color convert

RGB 123 102 157 -
CMYK 0.22 0.35 0 0.38
HSL 262.91º 0.22% 0.51% -
HSV(B) 262.91º 0.35% 0.62% -
XYZ 19.01 16.15 34.01 -
YUV 114.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 123 102 157 0.22 0.35 0 0.38 262.91 0.22 0.51
Hex 7B 66 9D 16 23 0 26 107 16 33
Octal 173 146 235 26 43 0 46 407 26 63
Binary 1111011 1100110 10011101 10110 100011 0 100110 100000111 10110 110011

Color Harmonies of #7B669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B669D

Black with #7B669D

Text Example


Text Example

White with #7B669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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