Html Css Color HEX #7F669B Deluge

📋 copy color: '#7F669B'

red 127 ◦ green 102 ◦ blue 155

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

Shades of Deluge #7F669B

Tints of Deluge #7F669B

RGB

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

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

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

R = 33.07%
G = 26.56%
B = 40.36%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F669B (or 0x7F669B) is known color: Deluge. HEX triplet: 7F, 66 and 9B. RGB value is (127,102,155). Sum of RGB (Red+Green+Blue) = 127+102+155=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F669B is #809964. Grayscale: #737373. Windows color (decimal): -8427877 or 10184319. OLE color: 10184319.

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

Color convert

RGB 127 102 155 -
CMYK 0.18 0.34 0 0.39
HSL 268.3º 0.21% 0.5% -
HSV(B) 268.3º 0.34% 0.61% -
XYZ 19.42 16.38 33.15 -
YUV 115.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 127 102 155 0.18 0.34 0 0.39 268.3 0.21 0.5
Hex 7F 66 9B 12 22 0 27 10C 15 32
Octal 177 146 233 22 42 0 47 414 25 62
Binary 1111111 1100110 10011011 10010 100010 0 100111 100001100 10101 110010

Color Harmonies of #7F669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F669B

Black with #7F669B

Text Example


Text Example

White with #7F669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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