Html Css Color HEX #7F659C Deluge

📋 copy color: '#7F659C'

red 127 ◦ green 101 ◦ blue 156

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

Shades of Deluge #7F659C

Tints of Deluge #7F659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.3%

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 33.07%
G = 26.3%
B = 40.63%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F659C (or 0x7F659C) is known color: Deluge. HEX triplet: 7F, 65 and 9C. RGB value is (127,101,156). Sum of RGB (Red+Green+Blue) = 127+101+156=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F659C is #809A63. Grayscale: #727272. Windows color (decimal): -8428132 or 10249599. OLE color: 10249599.

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

Color convert

RGB 127 101 156 -
CMYK 0.19 0.35 0 0.39
HSL 268.36º 0.22% 0.5% -
HSV(B) 268.36º 0.35% 0.61% -
XYZ 19.41 16.22 33.56 -
YUV 115.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 127 101 156 0.19 0.35 0 0.39 268.36 0.22 0.5
Hex 7F 65 9C 13 23 0 27 10C 16 32
Octal 177 145 234 23 43 0 47 414 26 62
Binary 1111111 1100101 10011100 10011 100011 0 100111 100001100 10110 110010

Color Harmonies of #7F659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F659C

Black with #7F659C

Text Example


Text Example

White with #7F659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,101,156); }

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

background-color css

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

 a { background-color: rgb(127,101,156); }

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

border-color css

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

 span { border-color: rgb(127,101,156); }

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