Html Css Color HEX #7386BD Wild Blue Yonder

📋 copy color: '#7386BD'

red 115 ◦ green 134 ◦ blue 189

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

Shades of Wild Blue Yonder #7386BD

Tints of Wild Blue Yonder #7386BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 26.26%
G = 30.59%
B = 43.15%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7386BD (or 0x7386BD) is known color: Wild Blue Yonder. HEX triplet: 73, 86 and BD. RGB value is (115,134,189). Sum of RGB (Red+Green+Blue) = 115+134+189=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #7386BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7386BD is #8C7942. Grayscale: #868686. Windows color (decimal): -9206083 or 12420723. OLE color: 12420723.

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

Color convert

RGB 115 134 189 -
CMYK 0.39 0.29 0 0.26
HSL 224.59º 0.36% 0.6% -
HSV(B) 224.59º 0.39% 0.74% -
XYZ 24.78 24.37 51.54 -
YUV 134.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 115 134 189 0.39 0.29 0 0.26 224.59 0.36 0.6
Hex 73 86 BD 27 1D 0 1A E1 24 3C
Octal 163 206 275 47 35 0 32 341 44 74
Binary 1110011 10000110 10111101 100111 11101 0 11010 11100001 100100 111100

Color Harmonies of #7386BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7386BD

Black with #7386BD

Text Example


Text Example

White with #7386BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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