Html Css Color HEX #7590BC Wild Blue Yonder

📋 copy color: '#7590BC'

red 117 ◦ green 144 ◦ blue 188

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

Shades of Wild Blue Yonder #7590BC

Tints of Wild Blue Yonder #7590BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 26.06%
G = 32.07%
B = 41.87%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7590BC (or 0x7590BC) is known color: Wild Blue Yonder. HEX triplet: 75, 90 and BC. RGB value is (117,144,188). Sum of RGB (Red+Green+Blue) = 117+144+188=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #7590BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7590BC is #8A6F43. Grayscale: #8C8C8C. Windows color (decimal): -9072452 or 12357749. OLE color: 12357749.

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

Color convert

RGB 117 144 188 -
CMYK 0.38 0.23 0 0.26
HSL 217.18º 0.35% 0.6% -
HSV(B) 217.18º 0.38% 0.74% -
XYZ 26.39 27.36 51.47 -
YUV 140.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 117 144 188 0.38 0.23 0 0.26 217.18 0.35 0.6
Hex 75 90 BC 26 17 0 1A D9 23 3C
Octal 165 220 274 46 27 0 32 331 43 74
Binary 1110101 10010000 10111100 100110 10111 0 11010 11011001 100011 111100

Color Harmonies of #7590BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7590BC

Black with #7590BC

Text Example


Text Example

White with #7590BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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