Html Css Color HEX #7B68AA Deluge

📋 copy color: '#7B68AA'

red 123 ◦ green 104 ◦ blue 170

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

Shades of Deluge #7B68AA

Tints of Deluge #7B68AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 30.98%
G = 26.2%
B = 42.82%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B68AA (or 0x7B68AA) is known color: Deluge. HEX triplet: 7B, 68 and AA. RGB value is (123,104,170). Sum of RGB (Red+Green+Blue) = 123+104+170=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B68AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B68AA is #849755. Grayscale: #747474. Windows color (decimal): -8689494 or 11167867. OLE color: 11167867.

HSL color Cylindrical-coordinate representation of color #7B68AA: hue angle of 257.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B68AA is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 104 170 -
CMYK 0.28 0.39 0 0.33
HSL 257.27º 0.28% 0.54% -
HSV(B) 257.27º 0.39% 0.67% -
XYZ 20.37 17.01 40.24 -
YUV 117.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 123 104 170 0.28 0.39 0 0.33 257.27 0.28 0.54
Hex 7B 68 AA 1C 27 0 21 101 1C 36
Octal 173 150 252 34 47 0 41 401 34 66
Binary 1111011 1101000 10101010 11100 100111 0 100001 100000001 11100 110110

Color Harmonies of #7B68AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B68AA

Black with #7B68AA

Text Example


Text Example

White with #7B68AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,104,170); }

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

background-color css

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

 a { background-color: rgb(123,104,170); }

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

border-color css

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

 span { border-color: rgb(123,104,170); }

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