Html Css Color HEX #7F69AF Deluge

📋 copy color: '#7F69AF'

red 127 ◦ green 105 ◦ blue 175

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

Shades of Deluge #7F69AF

Tints of Deluge #7F69AF

RGB

 RED value IS 127 (50% from 255) = 31.2%

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

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

R = 31.2%
G = 25.8%
B = 43%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7F69AF (or 0x7F69AF) is known color: Deluge. HEX triplet: 7F, 69 and AF. RGB value is (127,105,175). Sum of RGB (Red+Green+Blue) = 127+105+175=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F69AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F69AF is #809650. Grayscale: #777777. Windows color (decimal): -8427089 or 11495807. OLE color: 11495807.

HSL color Cylindrical-coordinate representation of color #7F69AF: hue angle of 258.86º 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 #7F69AF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 105 175 -
CMYK 0.27 0.40 0 0.31
HSL 258.86º 0.3% 0.55% -
HSV(B) 258.86º 0.4% 0.69% -
XYZ 21.54 17.71 42.84 -
YUV 119.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 127 105 175 0.27 0.40 0 0.31 258.86 0.3 0.55
Hex 7F 69 AF 1B 28 0 1F 103 1E 37
Octal 177 151 257 33 50 0 37 403 36 67
Binary 1111111 1101001 10101111 11011 101000 0 11111 100000011 11110 110111

Color Harmonies of #7F69AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F69AF

Black with #7F69AF

Text Example


Text Example

White with #7F69AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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