Html Css Color HEX #7D8ECA Wild Blue Yonder

📋 copy color: '#7D8ECA'

red 125 ◦ green 142 ◦ blue 202

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

Shades of Wild Blue Yonder #7D8ECA

Tints of Wild Blue Yonder #7D8ECA

RGB

 RED value IS 125 (49.22% from 255) = 26.65%

 GREEN value IS 142 (55.86% from 255) = 30.28%

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 26.65%
G = 30.28%
B = 43.07%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D8ECA (or 0x7D8ECA) is known color: Wild Blue Yonder. HEX triplet: 7D, 8E and CA. RGB value is (125,142,202). Sum of RGB (Red+Green+Blue) = 125+142+202=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D8ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8ECA is #827135. Grayscale: #8F8F8F. Windows color (decimal): -8548662 or 13274749. OLE color: 13274749.

HSL color Cylindrical-coordinate representation of color #7D8ECA: hue angle of 226.75º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D8ECA is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 142 202 -
CMYK 0.38 0.30 0 0.21
HSL 226.75º 0.42% 0.64% -
HSV(B) 226.75º 0.38% 0.79% -
XYZ 28.79 27.97 59.76 -
YUV 143.76 160.87 114.62 -
System Red Green Blue C M Y K H S L
Decimal 125 142 202 0.38 0.30 0 0.21 226.75 0.42 0.64
Hex 7D 8E CA 26 1E 0 15 E3 2A 40
Octal 175 216 312 46 36 0 25 343 52 100
Binary 1111101 10001110 11001010 100110 11110 0 10101 11100011 101010 1000000

Color Harmonies of #7D8ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8ECA

Black with #7D8ECA

Text Example


Text Example

White with #7D8ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,142,202); }

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

background-color css

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

 a { background-color: rgb(125,142,202); }

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

border-color css

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

 span { border-color: rgb(125,142,202); }

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