Html Css Color HEX #7F8CBF Wild Blue Yonder

📋 copy color: '#7F8CBF'

red 127 ◦ green 140 ◦ blue 191

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

Shades of Wild Blue Yonder #7F8CBF

Tints of Wild Blue Yonder #7F8CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

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

R = 27.73%
G = 30.57%
B = 41.7%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F8CBF (or 0x7F8CBF) is known color: Wild Blue Yonder. HEX triplet: 7F, 8C and BF. RGB value is (127,140,191). Sum of RGB (Red+Green+Blue) = 127+140+191=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F8CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CBF is #807340. Grayscale: #8D8D8D. Windows color (decimal): -8418113 or 12553343. OLE color: 12553343.

HSL color Cylindrical-coordinate representation of color #7F8CBF: hue angle of 227.81º 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 #7F8CBF is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 140 191 -
CMYK 0.34 0.27 0 0.25
HSL 227.81º 0.33% 0.62% -
HSV(B) 227.81º 0.34% 0.75% -
XYZ 27.53 27.03 53.06 -
YUV 141.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 127 140 191 0.34 0.27 0 0.25 227.81 0.33 0.62
Hex 7F 8C BF 22 1B 0 19 E4 21 3E
Octal 177 214 277 42 33 0 31 344 41 76
Binary 1111111 10001100 10111111 100010 11011 0 11001 11100100 100001 111110

Color Harmonies of #7F8CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8CBF

Black with #7F8CBF

Text Example


Text Example

White with #7F8CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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