Html Css Color HEX #7E89CA Wild Blue Yonder

📋 copy color: '#7E89CA'

red 126 ◦ green 137 ◦ blue 202

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

Shades of Wild Blue Yonder #7E89CA

Tints of Wild Blue Yonder #7E89CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.46%

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

R = 27.1%
G = 29.46%
B = 43.44%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7E89CA (or 0x7E89CA) is known color: Wild Blue Yonder. HEX triplet: 7E, 89 and CA. RGB value is (126,137,202). Sum of RGB (Red+Green+Blue) = 126+137+202=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E89CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E89CA is #817635. Grayscale: #8C8C8C. Windows color (decimal): -8484406 or 13273470. OLE color: 13273470.

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

Color convert

RGB 126 137 202 -
CMYK 0.38 0.32 0 0.21
HSL 231.32º 0.42% 0.64% -
HSV(B) 231.32º 0.38% 0.79% -
XYZ 28.21 26.59 59.52 -
YUV 141.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 126 137 202 0.38 0.32 0 0.21 231.32 0.42 0.64
Hex 7E 89 CA 26 20 0 15 E7 2A 40
Octal 176 211 312 46 40 0 25 347 52 100
Binary 1111110 10001001 11001010 100110 100000 0 10101 11100111 101010 1000000

Color Harmonies of #7E89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E89CA

Black with #7E89CA

Text Example


Text Example

White with #7E89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,137,202); }

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

background-color css

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

 a { background-color: rgb(126,137,202); }

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

border-color css

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

 span { border-color: rgb(126,137,202); }

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