Html Css Color HEX #7386BE Wild Blue Yonder

📋 copy color: '#7386BE'

red 115 ◦ green 134 ◦ blue 190

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

Shades of Wild Blue Yonder #7386BE

Tints of Wild Blue Yonder #7386BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.52%

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

R = 26.2%
G = 30.52%
B = 43.28%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7386BE (or 0x7386BE) is known color: Wild Blue Yonder. HEX triplet: 73, 86 and BE. RGB value is (115,134,190). Sum of RGB (Red+Green+Blue) = 115+134+190=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 134 (52.73% from 255 or 30.52% 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 #7386BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386BE is #8C7941. Grayscale: #868686. Windows color (decimal): -9206082 or 12486259. OLE color: 12486259.

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

Color convert

RGB 115 134 190 -
CMYK 0.39 0.29 0 0.25
HSL 224.8º 0.37% 0.6% -
HSV(B) 224.8º 0.39% 0.75% -
XYZ 24.89 24.41 52.12 -
YUV 134.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 115 134 190 0.39 0.29 0 0.25 224.8 0.37 0.6
Hex 73 86 BE 27 1D 0 19 E1 25 3C
Octal 163 206 276 47 35 0 31 341 45 74
Binary 1110011 10000110 10111110 100111 11101 0 11001 11100001 100101 111100

Color Harmonies of #7386BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7386BE

Black with #7386BE

Text Example


Text Example

White with #7386BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,134,190); }

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

background-color css

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

 a { background-color: rgb(115,134,190); }

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

border-color css

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

 span { border-color: rgb(115,134,190); }

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