Html Css Color HEX #7F689B Deluge

📋 copy color: '#7F689B'

red 127 ◦ green 104 ◦ blue 155

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

Shades of Deluge #7F689B

Tints of Deluge #7F689B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 32.9%
G = 26.94%
B = 40.16%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F689B (or 0x7F689B) is known color: Deluge. HEX triplet: 7F, 68 and 9B. RGB value is (127,104,155). Sum of RGB (Red+Green+Blue) = 127+104+155=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F689B is #809764. Grayscale: #747474. Windows color (decimal): -8427365 or 10184831. OLE color: 10184831.

HSL color Cylindrical-coordinate representation of color #7F689B: hue angle of 267.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F689B is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 104 155 -
CMYK 0.18 0.33 0 0.39
HSL 267.06º 0.2% 0.51% -
HSV(B) 267.06º 0.33% 0.61% -
XYZ 19.62 16.78 33.22 -
YUV 116.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 127 104 155 0.18 0.33 0 0.39 267.06 0.2 0.51
Hex 7F 68 9B 12 21 0 27 10B 14 33
Octal 177 150 233 22 41 0 47 413 24 63
Binary 1111111 1101000 10011011 10010 100001 0 100111 100001011 10100 110011

Color Harmonies of #7F689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F689B

Black with #7F689B

Text Example


Text Example

White with #7F689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,104,155); }

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

background-color css

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

 a { background-color: rgb(127,104,155); }

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

border-color css

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

 span { border-color: rgb(127,104,155); }

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