Html Css Color HEX #7580BB Wild Blue Yonder

📋 copy color: '#7580BB'

red 117 ◦ green 128 ◦ blue 187

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

Shades of Wild Blue Yonder #7580BB

Tints of Wild Blue Yonder #7580BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 27.08%
G = 29.63%
B = 43.29%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7580BB (or 0x7580BB) is known color: Wild Blue Yonder. HEX triplet: 75, 80 and BB. RGB value is (117,128,187). Sum of RGB (Red+Green+Blue) = 117+128+187=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #7580BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580BB is #8A7F44. Grayscale: #838383. Windows color (decimal): -9076549 or 12288117. OLE color: 12288117.

HSL color Cylindrical-coordinate representation of color #7580BB: hue angle of 230.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7580BB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 128 187 -
CMYK 0.37 0.32 0 0.27
HSL 230.57º 0.34% 0.6% -
HSV(B) 230.57º 0.37% 0.73% -
XYZ 24.02 22.81 50.15 -
YUV 131.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 117 128 187 0.37 0.32 0 0.27 230.57 0.34 0.6
Hex 75 80 BB 25 20 0 1B E7 22 3C
Octal 165 200 273 45 40 0 33 347 42 74
Binary 1110101 10000000 10111011 100101 100000 0 11011 11100111 100010 111100

Color Harmonies of #7580BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7580BB

Black with #7580BB

Text Example


Text Example

White with #7580BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7580BB; }

 p { color: rgb(117,128,187); }

 H1.HeaderClassName
 {
   color: #7580BB;
 }
 .AnyTagClassName
 {
   color: #7580BB;
 }
</style>

background-color css

<style>
 a { background-color: #7580BB; }

 a { background-color: rgb(117,128,187); }

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

border-color css

<style>
 span { border-color: #7580BB; }

 span { border-color: rgb(117,128,187); }

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