#7F75B3

Color #7F75B3 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #7F75B3

Tints of Deluge #7F75B3

Color information

#7F75B3 (or 0x7F75B3) is unknown color: approx Deluge. HEX triplet: 7F, 75 and B3. RGB value is (127,117,179). Sum of RGB (Red+Green+Blue) = 127+117+179=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #7F75B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F75B3 is #808A4C. Grayscale: #7E7E7E. Windows color (decimal): -8424013 or 11761023. OLE color: 11761023.

HSL color Cylindrical-coordinate representation of color #7F75B3: hue angle of 249.68º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F75B3 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB127117179-
CMYK0.290.3500.30
HSL249.68º28.97%58.04%-
HSV(B)249.68º34.64%70.2%-
XYZ23.2520.4945.38-
YUV127.06157.31127.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 179 (70.31% from 255) = 42.32%
R=30.02%
G=27.66%
B=42.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271171790.290.3500.30249.6828.9758.04
Hex7F75B31D2301Efa1d3a
Octal17716526335430363723572
Binary1111111111010110110011111011000110111101111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F75B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,117,179); }

 H1.HeaderClassName
 {
   color: #7F75B3;
 }
 .AnyTagClassName
 {
   color: #7F75B3;
 }
</style>
background-color css

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

 a { background-color: rgb(127,117,179); }

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

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

 span { border-color: rgb(127,117,179); }

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