Html Css Color HEX #7590BE Wild Blue Yonder

📋 copy color: '#7590BE'

red 117 ◦ green 144 ◦ blue 190

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

Shades of Wild Blue Yonder #7590BE

Tints of Wild Blue Yonder #7590BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.93%

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

R = 25.94%
G = 31.93%
B = 42.13%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7590BE (or 0x7590BE) is known color: Wild Blue Yonder. HEX triplet: 75, 90 and BE. RGB value is (117,144,190). Sum of RGB (Red+Green+Blue) = 117+144+190=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #7590BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7590BE is #8A6F41. Grayscale: #8C8C8C. Windows color (decimal): -9072450 or 12488821. OLE color: 12488821.

HSL color Cylindrical-coordinate representation of color #7590BE: hue angle of 217.81º 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 #7590BE is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 144 190 -
CMYK 0.38 0.24 0 0.25
HSL 217.81º 0.36% 0.6% -
HSV(B) 217.81º 0.38% 0.75% -
XYZ 26.6 27.45 52.61 -
YUV 141.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 117 144 190 0.38 0.24 0 0.25 217.81 0.36 0.6
Hex 75 90 BE 26 18 0 19 DA 24 3C
Octal 165 220 276 46 30 0 31 332 44 74
Binary 1110101 10010000 10111110 100110 11000 0 11001 11011010 100100 111100

Color Harmonies of #7590BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7590BE

Black with #7590BE

Text Example


Text Example

White with #7590BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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