Html Css Color HEX #7582BA Wild Blue Yonder

📋 copy color: '#7582BA'

red 117 ◦ green 130 ◦ blue 186

#7582BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7582BA

Tints of Wild Blue Yonder #7582BA

RGB

 RED value IS 117 (46.09% from 255) = 27.02%

 GREEN value IS 130 (51.17% from 255) = 30.02%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 27.02%
G = 30.02%
B = 42.96%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7582BA (or 0x7582BA) is known color: Wild Blue Yonder. HEX triplet: 75, 82 and BA. RGB value is (117,130,186). Sum of RGB (Red+Green+Blue) = 117+130+186=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #7582BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7582BA is #8A7D45. Grayscale: #848484. Windows color (decimal): -9076038 or 12223093. OLE color: 12223093.

HSL color Cylindrical-coordinate representation of color #7582BA: hue angle of 228.7º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7582BA is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 130 186 -
CMYK 0.37 0.30 0 0.27
HSL 228.7º 0.33% 0.59% -
HSV(B) 228.7º 0.37% 0.73% -
XYZ 24.18 23.29 49.68 -
YUV 132.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 117 130 186 0.37 0.30 0 0.27 228.7 0.33 0.59
Hex 75 82 BA 25 1E 0 1B E5 21 3B
Octal 165 202 272 45 36 0 33 345 41 73
Binary 1110101 10000010 10111010 100101 11110 0 11011 11100101 100001 111011

Color Harmonies of #7582BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7582BA

Black with #7582BA

Text Example


Text Example

White with #7582BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7582BA; }

 p { color: rgb(117,130,186); }

 H1.HeaderClassName
 {
   color: #7582BA;
 }
 .AnyTagClassName
 {
   color: #7582BA;
 }
</style>

background-color css

<style>
 a { background-color: #7582BA; }

 a { background-color: rgb(117,130,186); }

 div.DivClassName
 {
   background-color: #7582BA;
 }
 .BgClassName
 {
   background-color: #7582BA;
 }
</style>

border-color css

<style>
 span { border-color: #7582BA; }

 span { border-color: rgb(117,130,186); }

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