Html Css Color HEX #7F86BC Wild Blue Yonder

📋 copy color: '#7F86BC'

red 127 ◦ green 134 ◦ blue 188

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

Shades of Wild Blue Yonder #7F86BC

Tints of Wild Blue Yonder #7F86BC

RGB

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

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

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

R = 28.29%
G = 29.84%
B = 41.87%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F86BC (or 0x7F86BC) is known color: Wild Blue Yonder. HEX triplet: 7F, 86 and BC. RGB value is (127,134,188). Sum of RGB (Red+Green+Blue) = 127+134+188=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F86BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F86BC is #807943. Grayscale: #898989. Windows color (decimal): -8419652 or 12355199. OLE color: 12355199.

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

Color convert

RGB 127 134 188 -
CMYK 0.32 0.29 0 0.26
HSL 233.11º 0.31% 0.62% -
HSV(B) 233.11º 0.32% 0.74% -
XYZ 26.35 25.19 51.05 -
YUV 138.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 127 134 188 0.32 0.29 0 0.26 233.11 0.31 0.62
Hex 7F 86 BC 20 1D 0 1A E9 1F 3E
Octal 177 206 274 40 35 0 32 351 37 76
Binary 1111111 10000110 10111100 100000 11101 0 11010 11101001 11111 111110

Color Harmonies of #7F86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F86BC

Black with #7F86BC

Text Example


Text Example

White with #7F86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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