Html Css Color HEX #7188BC Wild Blue Yonder

📋 copy color: '#7188BC'

red 113 ◦ green 136 ◦ blue 188

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

Shades of Wild Blue Yonder #7188BC

Tints of Wild Blue Yonder #7188BC

RGB

 RED value IS 113 (44.53% from 255) = 25.86%

 GREEN value IS 136 (53.52% from 255) = 31.12%

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

R = 25.86%
G = 31.12%
B = 43.02%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7188BC (or 0x7188BC) is known color: Wild Blue Yonder. HEX triplet: 71, 88 and BC. RGB value is (113,136,188). Sum of RGB (Red+Green+Blue) = 113+136+188=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #7188BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7188BC is #8E7743. Grayscale: #868686. Windows color (decimal): -9336644 or 12355697. OLE color: 12355697.

HSL color Cylindrical-coordinate representation of color #7188BC: hue angle of 221.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7188BC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 136 188 -
CMYK 0.40 0.28 0 0.26
HSL 221.6º 0.36% 0.59% -
HSV(B) 221.6º 0.4% 0.74% -
XYZ 24.69 24.75 51.05 -
YUV 135.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 113 136 188 0.40 0.28 0 0.26 221.6 0.36 0.59
Hex 71 88 BC 28 1C 0 1A DE 24 3B
Octal 161 210 274 50 34 0 32 336 44 73
Binary 1110001 10001000 10111100 101000 11100 0 11010 11011110 100100 111011

Color Harmonies of #7188BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7188BC

Black with #7188BC

Text Example


Text Example

White with #7188BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,136,188); }

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

background-color css

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

 a { background-color: rgb(113,136,188); }

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

border-color css

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

 span { border-color: rgb(113,136,188); }

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