Html Css Color HEX #7F85BA Wild Blue Yonder

📋 copy color: '#7F85BA'

red 127 ◦ green 133 ◦ blue 186

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

Shades of Wild Blue Yonder #7F85BA

Tints of Wild Blue Yonder #7F85BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.82%

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 28.48%
G = 29.82%
B = 41.7%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7F85BA (or 0x7F85BA) is known color: Wild Blue Yonder. HEX triplet: 7F, 85 and BA. RGB value is (127,133,186). Sum of RGB (Red+Green+Blue) = 127+133+186=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F85BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85BA is #807A45. Grayscale: #898989. Windows color (decimal): -8419910 or 12223871. OLE color: 12223871.

HSL color Cylindrical-coordinate representation of color #7F85BA: hue angle of 233.9º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F85BA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 133 186 -
CMYK 0.32 0.28 0 0.27
HSL 233.9º 0.3% 0.61% -
HSV(B) 233.9º 0.32% 0.73% -
XYZ 26 24.83 49.88 -
YUV 137.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 127 133 186 0.32 0.28 0 0.27 233.9 0.3 0.61
Hex 7F 85 BA 20 1C 0 1B EA 1E 3D
Octal 177 205 272 40 34 0 33 352 36 75
Binary 1111111 10000101 10111010 100000 11100 0 11011 11101010 11110 111101

Color Harmonies of #7F85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F85BA

Black with #7F85BA

Text Example


Text Example

White with #7F85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,133,186); }

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

background-color css

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

 a { background-color: rgb(127,133,186); }

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

border-color css

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

 span { border-color: rgb(127,133,186); }

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