Html Css Color HEX #7390BC Wild Blue Yonder

📋 copy color: '#7390BC'

red 115 ◦ green 144 ◦ blue 188

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

Shades of Wild Blue Yonder #7390BC

Tints of Wild Blue Yonder #7390BC

RGB

 RED value IS 115 (45.31% from 255) = 25.73%

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

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

R = 25.73%
G = 32.21%
B = 42.06%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7390BC (or 0x7390BC) is known color: Wild Blue Yonder. HEX triplet: 73, 90 and BC. RGB value is (115,144,188). Sum of RGB (Red+Green+Blue) = 115+144+188=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #7390BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7390BC is #8C6F43. Grayscale: #8C8C8C. Windows color (decimal): -9203524 or 12357747. OLE color: 12357747.

HSL color Cylindrical-coordinate representation of color #7390BC: hue angle of 216.16º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7390BC is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 144 188 -
CMYK 0.39 0.23 0 0.26
HSL 216.16º 0.35% 0.59% -
HSV(B) 216.16º 0.39% 0.74% -
XYZ 26.12 27.22 51.45 -
YUV 140.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 115 144 188 0.39 0.23 0 0.26 216.16 0.35 0.59
Hex 73 90 BC 27 17 0 1A D8 23 3B
Octal 163 220 274 47 27 0 32 330 43 73
Binary 1110011 10010000 10111100 100111 10111 0 11010 11011000 100011 111011

Color Harmonies of #7390BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7390BC

Black with #7390BC

Text Example


Text Example

White with #7390BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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