#7280BD

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

Shades of Wild Blue Yonder #7280BD

Tints of Wild Blue Yonder #7280BD

Color information

#7280BD (or 0x7280BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 80 and BD. RGB value is (114,128,189). Sum of RGB (Red+Green+Blue) = 114+128+189=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #7280BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7280BD is #8D7F42. Grayscale: #828282. Windows color (decimal): -9273155 or 12419186. OLE color: 12419186.

HSL color Cylindrical-coordinate representation of color #7280BD: hue angle of 228.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7280BD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114128189-
CMYK0.400.3200.26
HSL228.8º36.23%59.41%-
HSV(B)228.8º39.68%74.12%-
XYZ23.8422.6951.27-
YUV130.77160.86116.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=26.45%
G=29.70%
B=43.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141281890.400.3200.26228.836.2359.41
Hex7280BD282001Ae5243b
Octal16220027550400323454473
Binary1110010100000001011110110100010000001101011100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7280BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7280BD; }

 p { color: rgb(114,128,189); }

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

<style>
 a { background-color: #7280BD; }

 a { background-color: rgb(114,128,189); }

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

<style>
 span { border-color: #7280BD; }

 span { border-color: rgb(114,128,189); }

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