#7F84BC

Color #7F84BC Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7F84BC

Tints of Wild Blue Yonder #7F84BC

Color information

#7F84BC (or 0x7F84BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 84 and BC. RGB value is (127,132,188). Sum of RGB (Red+Green+Blue) = 127+132+188=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F84BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F84BC is #807B43. Grayscale: #888888. Windows color (decimal): -8420164 or 12354687. OLE color: 12354687.

HSL color Cylindrical-coordinate representation of color #7F84BC: hue angle of 235.08º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F84BC is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127132188-
CMYK0.320.3000.26
HSL235.08º31.28%61.76%-
HSV(B)235.08º32.45%73.73%-
XYZ26.0824.6550.96-
YUV136.89156.84120.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.41%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=28.41%
G=29.53%
B=42.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271321880.320.3000.26235.0831.2861.76
Hex7F84BC201E01Aeb1f3e
Octal17720427440360323533776
Binary11111111000010010111100100000111100110101110101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,132,188); }

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

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

 a { background-color: rgb(127,132,188); }

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

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

 span { border-color: rgb(127,132,188); }

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