Html Css Color HEX #7F8EBC Wild Blue Yonder

📋 copy color: '#7F8EBC'

red 127 ◦ green 142 ◦ blue 188

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

Shades of Wild Blue Yonder #7F8EBC

Tints of Wild Blue Yonder #7F8EBC

RGB

 RED value IS 127 (50% from 255) = 27.79%

 GREEN value IS 142 (55.86% from 255) = 31.07%

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

R = 27.79%
G = 31.07%
B = 41.14%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F8EBC (or 0x7F8EBC) is known color: Wild Blue Yonder. HEX triplet: 7F, 8E and BC. RGB value is (127,142,188). Sum of RGB (Red+Green+Blue) = 127+142+188=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F8EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8EBC is #807143. Grayscale: #8E8E8E. Windows color (decimal): -8417604 or 12357247. OLE color: 12357247.

HSL color Cylindrical-coordinate representation of color #7F8EBC: hue angle of 225.25º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F8EBC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 142 188 -
CMYK 0.32 0.24 0 0.26
HSL 225.25º 0.31% 0.62% -
HSV(B) 225.25º 0.32% 0.74% -
XYZ 27.5 27.49 51.43 -
YUV 142.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 127 142 188 0.32 0.24 0 0.26 225.25 0.31 0.62
Hex 7F 8E BC 20 18 0 1A E1 1F 3E
Octal 177 216 274 40 30 0 32 341 37 76
Binary 1111111 10001110 10111100 100000 11000 0 11010 11100001 11111 111110

Color Harmonies of #7F8EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8EBC

Black with #7F8EBC

Text Example


Text Example

White with #7F8EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8EBC; }

 p { color: rgb(127,142,188); }

 H1.HeaderClassName
 {
   color: #7F8EBC;
 }
 .AnyTagClassName
 {
   color: #7F8EBC;
 }
</style>

background-color css

<style>
 a { background-color: #7F8EBC; }

 a { background-color: rgb(127,142,188); }

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

border-color css

<style>
 span { border-color: #7F8EBC; }

 span { border-color: rgb(127,142,188); }

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