#7281D7

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

Shades of Wild Blue Yonder #7281D7

Tints of Wild Blue Yonder #7281D7

Color information

#7281D7 (or 0x7281D7) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 81 and D7. RGB value is (114,129,215). Sum of RGB (Red+Green+Blue) = 114+129+215=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #7281D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7281D7 is #8D7E28. Grayscale: #858585. Windows color (decimal): -9272873 or 14123378. OLE color: 14123378.

HSL color Cylindrical-coordinate representation of color #7281D7: hue angle of 231.09º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7281D7 is Cyan = 0.47, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114129215-
CMYK0.470.400.16
HSL231.09º55.8%64.51%-
HSV(B)231.09º46.98%84.31%-
XYZ27.0624.1867.53-
YUV134.32173.53113.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.89%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 215 (84.38% from 255) = 46.94%
R=24.89%
G=28.17%
B=46.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141292150.470.400.16231.0955.864.51
Hex7281D72F28010e73841
Octal162201327575002034770101
Binary11100101000000111010111101111101000010000111001111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7281D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7281D7; }

 p { color: rgb(114,129,215); }

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

<style>
 a { background-color: #7281D7; }

 a { background-color: rgb(114,129,215); }

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

<style>
 span { border-color: #7281D7; }

 span { border-color: rgb(114,129,215); }

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