#7280CD

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

Shades of Wild Blue Yonder #7280CD

Tints of Wild Blue Yonder #7280CD

Color information

#7280CD (or 0x7280CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 80 and CD. RGB value is (114,128,205). Sum of RGB (Red+Green+Blue) = 114+128+205=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #7280CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7280CD is #8D7F32. Grayscale: #848484. Windows color (decimal): -9273139 or 13467762. OLE color: 13467762.

HSL color Cylindrical-coordinate representation of color #7280CD: hue angle of 230.77º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7280CD is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114128205-
CMYK0.440.3800.20
HSL230.77º47.64%62.55%-
HSV(B)230.77º44.39%80.39%-
XYZ25.6823.4260.93-
YUV132.59168.86114.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.50%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=25.50%
G=28.64%
B=45.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141282050.440.3800.20230.7747.6462.55
Hex7280CD2C26014e7303f
Octal16220031554460243476077
Binary1110010100000001100110110110010011001010011100111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7280CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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