Html Css Color HEX #7E8CCB Wild Blue Yonder

📋 copy color: '#7E8CCB'

red 126 ◦ green 140 ◦ blue 203

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

Shades of Wild Blue Yonder #7E8CCB

Tints of Wild Blue Yonder #7E8CCB

RGB

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

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

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

R = 26.87%
G = 29.85%
B = 43.28%

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

#7E8CCB (or 0x7E8CCB) is known color: Wild Blue Yonder. HEX triplet: 7E, 8C and CB. RGB value is (126,140,203). Sum of RGB (Red+Green+Blue) = 126+140+203=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E8CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8CCB is #817334. Grayscale: #8E8E8E. Windows color (decimal): -8483637 or 13339774. OLE color: 13339774.

HSL color Cylindrical-coordinate representation of color #7E8CCB: hue angle of 229.09º 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 #7E8CCB is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 140 203 -
CMYK 0.38 0.31 0 0.20
HSL 229.09º 0.43% 0.65% -
HSV(B) 229.09º 0.38% 0.8% -
XYZ 28.76 27.5 60.29 -
YUV 143 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 126 140 203 0.38 0.31 0 0.20 229.09 0.43 0.65
Hex 7E 8C CB 26 1F 0 14 E5 2B 41
Octal 176 214 313 46 37 0 24 345 53 101
Binary 1111110 10001100 11001011 100110 11111 0 10100 11100101 101011 1000001

Color Harmonies of #7E8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8CCB

Black with #7E8CCB

Text Example


Text Example

White with #7E8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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