Html Css Color HEX #7584BD Wild Blue Yonder

📋 copy color: '#7584BD'

red 117 ◦ green 132 ◦ blue 189

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

Shades of Wild Blue Yonder #7584BD

Tints of Wild Blue Yonder #7584BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 26.71%
G = 30.14%
B = 43.15%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7584BD (or 0x7584BD) is known color: Wild Blue Yonder. HEX triplet: 75, 84 and BD. RGB value is (117,132,189). Sum of RGB (Red+Green+Blue) = 117+132+189=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #7584BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584BD is #8A7B42. Grayscale: #858585. Windows color (decimal): -9075523 or 12420213. OLE color: 12420213.

HSL color Cylindrical-coordinate representation of color #7584BD: hue angle of 227.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7584BD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 132 189 -
CMYK 0.38 0.30 0 0.26
HSL 227.5º 0.35% 0.6% -
HSV(B) 227.5º 0.38% 0.74% -
XYZ 24.77 23.96 51.46 -
YUV 134.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 117 132 189 0.38 0.30 0 0.26 227.5 0.35 0.6
Hex 75 84 BD 26 1E 0 1A E4 23 3C
Octal 165 204 275 46 36 0 32 344 43 74
Binary 1110101 10000100 10111101 100110 11110 0 11010 11100100 100011 111100

Color Harmonies of #7584BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7584BD

Black with #7584BD

Text Example


Text Example

White with #7584BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,132,189); }

 H1.HeaderClassName
 {
   color: #7584BD;
 }
 .AnyTagClassName
 {
   color: #7584BD;
 }
</style>

background-color css

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

 a { background-color: rgb(117,132,189); }

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

border-color css

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

 span { border-color: rgb(117,132,189); }

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