Html Css Color HEX #7F669D Deluge

📋 copy color: '#7F669D'

red 127 ◦ green 102 ◦ blue 157

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

Shades of Deluge #7F669D

Tints of Deluge #7F669D

RGB

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

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

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

R = 32.9%
G = 26.42%
B = 40.67%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F669D (or 0x7F669D) is known color: Deluge. HEX triplet: 7F, 66 and 9D. RGB value is (127,102,157). Sum of RGB (Red+Green+Blue) = 127+102+157=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F669D is #809962. Grayscale: #737373. Windows color (decimal): -8427875 or 10315391. OLE color: 10315391.

HSL color Cylindrical-coordinate representation of color #7F669D: hue angle of 267.27º 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 #7F669D is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 102 157 -
CMYK 0.19 0.35 0 0.38
HSL 267.27º 0.22% 0.51% -
HSV(B) 267.27º 0.35% 0.62% -
XYZ 19.59 16.45 34.04 -
YUV 115.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 127 102 157 0.19 0.35 0 0.38 267.27 0.22 0.51
Hex 7F 66 9D 13 23 0 26 10B 16 33
Octal 177 146 235 23 43 0 46 413 26 63
Binary 1111111 1100110 10011101 10011 100011 0 100110 100001011 10110 110011

Color Harmonies of #7F669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F669D

Black with #7F669D

Text Example


Text Example

White with #7F669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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