Html Css Color HEX #727DCE Wild Blue Yonder

📋 copy color: '#727DCE'

red 114 ◦ green 125 ◦ blue 206

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

Shades of Wild Blue Yonder #727DCE

Tints of Wild Blue Yonder #727DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 25.62%
G = 28.09%
B = 46.29%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#727DCE (or 0x727DCE) is known color: Wild Blue Yonder. HEX triplet: 72, 7D and CE. RGB value is (114,125,206). Sum of RGB (Red+Green+Blue) = 114+125+206=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #727DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DCE is #8D8231. Grayscale: #828282. Windows color (decimal): -9273906 or 13532530. OLE color: 13532530.

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

Color convert

RGB 114 125 206 -
CMYK 0.45 0.39 0 0.19
HSL 232.83º 0.48% 0.63% -
HSV(B) 232.83º 0.45% 0.81% -
XYZ 25.41 22.7 61.43 -
YUV 130.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 114 125 206 0.45 0.39 0 0.19 232.83 0.48 0.63
Hex 72 7D CE 2D 27 0 13 E9 30 3F
Octal 162 175 316 55 47 0 23 351 60 77
Binary 1110010 1111101 11001110 101101 100111 0 10011 11101001 110000 111111

Color Harmonies of #727DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DCE

Black with #727DCE

Text Example


Text Example

White with #727DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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