Html Css Color HEX #7E8DCB Wild Blue Yonder

📋 copy color: '#7E8DCB'

red 126 ◦ green 141 ◦ blue 203

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

Shades of Wild Blue Yonder #7E8DCB

Tints of Wild Blue Yonder #7E8DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 26.81%
G = 30%
B = 43.19%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E8DCB (or 0x7E8DCB) is known color: Wild Blue Yonder. HEX triplet: 7E, 8D and CB. RGB value is (126,141,203). Sum of RGB (Red+Green+Blue) = 126+141+203=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E8DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8DCB is #817234. Grayscale: #8F8F8F. Windows color (decimal): -8483381 or 13340030. OLE color: 13340030.

HSL color Cylindrical-coordinate representation of color #7E8DCB: hue angle of 228.31º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E8DCB is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 141 203 -
CMYK 0.38 0.31 0 0.20
HSL 228.31º 0.43% 0.65% -
HSV(B) 228.31º 0.38% 0.8% -
XYZ 28.91 27.8 60.34 -
YUV 143.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 126 141 203 0.38 0.31 0 0.20 228.31 0.43 0.65
Hex 7E 8D CB 26 1F 0 14 E4 2B 41
Octal 176 215 313 46 37 0 24 344 53 101
Binary 1111110 10001101 11001011 100110 11111 0 10100 11100100 101011 1000001

Color Harmonies of #7E8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8DCB

Black with #7E8DCB

Text Example


Text Example

White with #7E8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,141,203); }

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

background-color css

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

 a { background-color: rgb(126,141,203); }

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

border-color css

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

 span { border-color: rgb(126,141,203); }

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