Html Css Color HEX #7B69AF Deluge

📋 copy color: '#7B69AF'

red 123 ◦ green 105 ◦ blue 175

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

Shades of Deluge #7B69AF

Tints of Deluge #7B69AF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 30.52%
G = 26.05%
B = 43.42%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7B69AF (or 0x7B69AF) is known color: Deluge. HEX triplet: 7B, 69 and AF. RGB value is (123,105,175). Sum of RGB (Red+Green+Blue) = 123+105+175=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B69AF is #849650. Grayscale: #767676. Windows color (decimal): -8689233 or 11495803. OLE color: 11495803.

HSL color Cylindrical-coordinate representation of color #7B69AF: hue angle of 255.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B69AF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 105 175 -
CMYK 0.30 0.40 0 0.31
HSL 255.43º 0.3% 0.55% -
HSV(B) 255.43º 0.4% 0.69% -
XYZ 20.96 17.41 42.81 -
YUV 118.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 123 105 175 0.30 0.40 0 0.31 255.43 0.3 0.55
Hex 7B 69 AF 1E 28 0 1F FF 1E 37
Octal 173 151 257 36 50 0 37 377 36 67
Binary 1111011 1101001 10101111 11110 101000 0 11111 11111111 11110 110111

Color Harmonies of #7B69AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B69AF

Black with #7B69AF

Text Example


Text Example

White with #7B69AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,105,175); }

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

background-color css

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

 a { background-color: rgb(123,105,175); }

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

border-color css

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

 span { border-color: rgb(123,105,175); }

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