Html Css Color HEX #7584BE Wild Blue Yonder

📋 copy color: '#7584BE'

red 117 ◦ green 132 ◦ blue 190

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

Shades of Wild Blue Yonder #7584BE

Tints of Wild Blue Yonder #7584BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 26.65%
G = 30.07%
B = 43.28%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7584BE (or 0x7584BE) is known color: Wild Blue Yonder. HEX triplet: 75, 84 and BE. RGB value is (117,132,190). Sum of RGB (Red+Green+Blue) = 117+132+190=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7584BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584BE is #8A7B41. Grayscale: #858585. Windows color (decimal): -9075522 or 12485749. OLE color: 12485749.

HSL color Cylindrical-coordinate representation of color #7584BE: hue angle of 227.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7584BE is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 132 190 -
CMYK 0.38 0.31 0 0.25
HSL 227.67º 0.36% 0.6% -
HSV(B) 227.67º 0.38% 0.75% -
XYZ 24.88 24 52.04 -
YUV 134.13 159.53 115.78 -
System Red Green Blue C M Y K H S L
Decimal 117 132 190 0.38 0.31 0 0.25 227.67 0.36 0.6
Hex 75 84 BE 26 1F 0 19 E4 24 3C
Octal 165 204 276 46 37 0 31 344 44 74
Binary 1110101 10000100 10111110 100110 11111 0 11001 11100100 100100 111100

Color Harmonies of #7584BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7584BE

Black with #7584BE

Text Example


Text Example

White with #7584BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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