#7F83A6

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

Shades of Ship Cove #7F83A6

Tints of Ship Cove #7F83A6

Color information

#7F83A6 (or 0x7F83A6) is unknown color: approx Ship Cove. HEX triplet: 7F, 83 and A6. RGB value is (127,131,166). Sum of RGB (Red+Green+Blue) = 127+131+166=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 166 - color contains mainly: blue. Hex color #7F83A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F83A6 is #807C59. Grayscale: #858585. Windows color (decimal): -8420442 or 10912639. OLE color: 10912639.

HSL color Cylindrical-coordinate representation of color #7F83A6: hue angle of 233.85º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F83A6 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB127131166-
CMYK0.230.2100.35
HSL233.85º17.97%57.45%-
HSV(B)233.85º23.49%65.1%-
XYZ23.7523.539.36-
YUV133.79146.17123.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 166 (65.23% from 255) = 39.15%
R=29.95%
G=30.90%
B=39.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1271311660.230.2100.35233.8517.9757.45
Hex7F83A61715023ea1239
Octal17720324627250433522271
Binary11111111000001110100110101111010101000111110101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F83A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,131,166); }

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

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

 a { background-color: rgb(127,131,166); }

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

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

 span { border-color: rgb(127,131,166); }

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