Html Css Color HEX #7F8FC7 Wild Blue Yonder

📋 copy color: '#7F8FC7'

red 127 ◦ green 143 ◦ blue 199

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

Shades of Wild Blue Yonder #7F8FC7

Tints of Wild Blue Yonder #7F8FC7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.49%

 BLUE value IS 199 (78.13% from 255) = 42.43%

R = 27.08%
G = 30.49%
B = 42.43%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7F8FC7 (or 0x7F8FC7) is known color: Wild Blue Yonder. HEX triplet: 7F, 8F and C7. RGB value is (127,143,199). Sum of RGB (Red+Green+Blue) = 127+143+199=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #7F8FC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8FC7 is #807038. Grayscale: #909090. Windows color (decimal): -8417337 or 13078399. OLE color: 13078399.

HSL color Cylindrical-coordinate representation of color #7F8FC7: hue angle of 226.67º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F8FC7 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 143 199 -
CMYK 0.36 0.28 0 0.22
HSL 226.67º 0.39% 0.64% -
HSV(B) 226.67º 0.36% 0.78% -
XYZ 28.88 28.28 57.97 -
YUV 144.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 127 143 199 0.36 0.28 0 0.22 226.67 0.39 0.64
Hex 7F 8F C7 24 1C 0 16 E3 27 40
Octal 177 217 307 44 34 0 26 343 47 100
Binary 1111111 10001111 11000111 100100 11100 0 10110 11100011 100111 1000000

Color Harmonies of #7F8FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8FC7

Black with #7F8FC7

Text Example


Text Example

White with #7F8FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,143,199); }

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

background-color css

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

 a { background-color: rgb(127,143,199); }

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

border-color css

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

 span { border-color: rgb(127,143,199); }

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