Html Css Color HEX #7F8EBF Wild Blue Yonder

📋 copy color: '#7F8EBF'

red 127 ◦ green 142 ◦ blue 191

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

Shades of Wild Blue Yonder #7F8EBF

Tints of Wild Blue Yonder #7F8EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.52%

R = 27.61%
G = 30.87%
B = 41.52%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F8EBF (or 0x7F8EBF) is known color: Wild Blue Yonder. HEX triplet: 7F, 8E and BF. RGB value is (127,142,191). Sum of RGB (Red+Green+Blue) = 127+142+191=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F8EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8EBF is #807140. Grayscale: #8E8E8E. Windows color (decimal): -8417601 or 12553855. OLE color: 12553855.

HSL color Cylindrical-coordinate representation of color #7F8EBF: hue angle of 225.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F8EBF is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 142 191 -
CMYK 0.34 0.26 0 0.25
HSL 225.94º 0.33% 0.62% -
HSV(B) 225.94º 0.34% 0.75% -
XYZ 27.83 27.62 53.15 -
YUV 143.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 127 142 191 0.34 0.26 0 0.25 225.94 0.33 0.62
Hex 7F 8E BF 22 1A 0 19 E2 21 3E
Octal 177 216 277 42 32 0 31 342 41 76
Binary 1111111 10001110 10111111 100010 11010 0 11001 11100010 100001 111110

Color Harmonies of #7F8EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8EBF

Black with #7F8EBF

Text Example


Text Example

White with #7F8EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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