Html Css Color HEX #7D89CA Wild Blue Yonder

📋 copy color: '#7D89CA'

red 125 ◦ green 137 ◦ blue 202

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

Shades of Wild Blue Yonder #7D89CA

Tints of Wild Blue Yonder #7D89CA

RGB

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

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

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

R = 26.94%
G = 29.53%
B = 43.53%

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

#7D89CA (or 0x7D89CA) is known color: Wild Blue Yonder. HEX triplet: 7D, 89 and CA. RGB value is (125,137,202). Sum of RGB (Red+Green+Blue) = 125+137+202=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D89CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D89CA is #827635. Grayscale: #8C8C8C. Windows color (decimal): -8549942 or 13273469. OLE color: 13273469.

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

Color convert

RGB 125 137 202 -
CMYK 0.38 0.32 0 0.21
HSL 230.65º 0.42% 0.64% -
HSV(B) 230.65º 0.38% 0.79% -
XYZ 28.06 26.52 59.52 -
YUV 140.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 125 137 202 0.38 0.32 0 0.21 230.65 0.42 0.64
Hex 7D 89 CA 26 20 0 15 E7 2A 40
Octal 175 211 312 46 40 0 25 347 52 100
Binary 1111101 10001001 11001010 100110 100000 0 10101 11100111 101010 1000000

Color Harmonies of #7D89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D89CA

Black with #7D89CA

Text Example


Text Example

White with #7D89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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