Html Css Color HEX #7586BC Wild Blue Yonder

📋 copy color: '#7586BC'

red 117 ◦ green 134 ◦ blue 188

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

Shades of Wild Blue Yonder #7586BC

Tints of Wild Blue Yonder #7586BC

RGB

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

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

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

R = 26.65%
G = 30.52%
B = 42.82%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7586BC (or 0x7586BC) is known color: Wild Blue Yonder. HEX triplet: 75, 86 and BC. RGB value is (117,134,188). Sum of RGB (Red+Green+Blue) = 117+134+188=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #7586BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7586BC is #8A7943. Grayscale: #868686. Windows color (decimal): -9075012 or 12355189. OLE color: 12355189.

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

Color convert

RGB 117 134 188 -
CMYK 0.38 0.29 0 0.26
HSL 225.63º 0.35% 0.6% -
HSV(B) 225.63º 0.38% 0.74% -
XYZ 24.94 24.46 50.98 -
YUV 135.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 117 134 188 0.38 0.29 0 0.26 225.63 0.35 0.6
Hex 75 86 BC 26 1D 0 1A E2 23 3C
Octal 165 206 274 46 35 0 32 342 43 74
Binary 1110101 10000110 10111100 100110 11101 0 11010 11100010 100011 111100

Color Harmonies of #7586BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7586BC

Black with #7586BC

Text Example


Text Example

White with #7586BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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