Html Css Color HEX #7E85BC Wild Blue Yonder

📋 copy color: '#7E85BC'

red 126 ◦ green 133 ◦ blue 188

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

Shades of Wild Blue Yonder #7E85BC

Tints of Wild Blue Yonder #7E85BC

RGB

 RED value IS 126 (49.61% from 255) = 28.19%

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

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

R = 28.19%
G = 29.75%
B = 42.06%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E85BC (or 0x7E85BC) is known color: Wild Blue Yonder. HEX triplet: 7E, 85 and BC. RGB value is (126,133,188). Sum of RGB (Red+Green+Blue) = 126+133+188=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E85BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E85BC is #817A43. Grayscale: #888888. Windows color (decimal): -8485444 or 12354942. OLE color: 12354942.

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

Color convert

RGB 126 133 188 -
CMYK 0.33 0.29 0 0.26
HSL 233.23º 0.32% 0.62% -
HSV(B) 233.23º 0.33% 0.74% -
XYZ 26.07 24.84 51 -
YUV 137.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 126 133 188 0.33 0.29 0 0.26 233.23 0.32 0.62
Hex 7E 85 BC 21 1D 0 1A E9 20 3E
Octal 176 205 274 41 35 0 32 351 40 76
Binary 1111110 10000101 10111100 100001 11101 0 11010 11101001 100000 111110

Color Harmonies of #7E85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E85BC

Black with #7E85BC

Text Example


Text Example

White with #7E85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,133,188); }

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

background-color css

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

 a { background-color: rgb(126,133,188); }

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

border-color css

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

 span { border-color: rgb(126,133,188); }

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