Html Css Color HEX #7182BC Wild Blue Yonder

📋 copy color: '#7182BC'

red 113 ◦ green 130 ◦ blue 188

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

Shades of Wild Blue Yonder #7182BC

Tints of Wild Blue Yonder #7182BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

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

R = 26.22%
G = 30.16%
B = 43.62%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7182BC (or 0x7182BC) is known color: Wild Blue Yonder. HEX triplet: 71, 82 and BC. RGB value is (113,130,188). Sum of RGB (Red+Green+Blue) = 113+130+188=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #7182BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7182BC is #8E7D43. Grayscale: #838383. Windows color (decimal): -9338180 or 12354161. OLE color: 12354161.

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

Color convert

RGB 113 130 188 -
CMYK 0.40 0.31 0 0.26
HSL 226.4º 0.36% 0.59% -
HSV(B) 226.4º 0.4% 0.74% -
XYZ 23.87 23.11 50.78 -
YUV 131.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 113 130 188 0.40 0.31 0 0.26 226.4 0.36 0.59
Hex 71 82 BC 28 1F 0 1A E2 24 3B
Octal 161 202 274 50 37 0 32 342 44 73
Binary 1110001 10000010 10111100 101000 11111 0 11010 11100010 100100 111011

Color Harmonies of #7182BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7182BC

Black with #7182BC

Text Example


Text Example

White with #7182BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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