Html Css Color HEX #727DCD Wild Blue Yonder

📋 copy color: '#727DCD'

red 114 ◦ green 125 ◦ blue 205

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

Shades of Wild Blue Yonder #727DCD

Tints of Wild Blue Yonder #727DCD

RGB

 RED value IS 114 (44.92% from 255) = 25.68%

 GREEN value IS 125 (49.22% from 255) = 28.15%

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 25.68%
G = 28.15%
B = 46.17%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#727DCD (or 0x727DCD) is known color: Wild Blue Yonder. HEX triplet: 72, 7D and CD. RGB value is (114,125,205). Sum of RGB (Red+Green+Blue) = 114+125+205=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #727DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DCD is #8D8232. Grayscale: #828282. Windows color (decimal): -9273907 or 13466994. OLE color: 13466994.

HSL color Cylindrical-coordinate representation of color #727DCD: hue angle of 232.75º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727DCD is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 125 205 -
CMYK 0.44 0.39 0 0.20
HSL 232.75º 0.48% 0.63% -
HSV(B) 232.75º 0.44% 0.8% -
XYZ 25.29 22.65 60.8 -
YUV 130.83 169.86 116 -
System Red Green Blue C M Y K H S L
Decimal 114 125 205 0.44 0.39 0 0.20 232.75 0.48 0.63
Hex 72 7D CD 2C 27 0 14 E9 30 3F
Octal 162 175 315 54 47 0 24 351 60 77
Binary 1110010 1111101 11001101 101100 100111 0 10100 11101001 110000 111111

Color Harmonies of #727DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DCD

Black with #727DCD

Text Example


Text Example

White with #727DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727DCD; }

 p { color: rgb(114,125,205); }

 H1.HeaderClassName
 {
   color: #727DCD;
 }
 .AnyTagClassName
 {
   color: #727DCD;
 }
</style>

background-color css

<style>
 a { background-color: #727DCD; }

 a { background-color: rgb(114,125,205); }

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

border-color css

<style>
 span { border-color: #727DCD; }

 span { border-color: rgb(114,125,205); }

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