Html Css Color HEX #727FCD Wild Blue Yonder

📋 copy color: '#727FCD'

red 114 ◦ green 127 ◦ blue 205

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

Shades of Wild Blue Yonder #727FCD

Tints of Wild Blue Yonder #727FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 28.48%

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

R = 25.56%
G = 28.48%
B = 45.96%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#727FCD (or 0x727FCD) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and CD. RGB value is (114,127,205). Sum of RGB (Red+Green+Blue) = 114+127+205=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #727FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FCD is #8D8032. Grayscale: #838383. Windows color (decimal): -9273395 or 13467506. OLE color: 13467506.

HSL color Cylindrical-coordinate representation of color #727FCD: hue angle of 231.43º 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 #727FCD is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 127 205 -
CMYK 0.44 0.38 0 0.20
HSL 231.43º 0.48% 0.63% -
HSV(B) 231.43º 0.44% 0.8% -
XYZ 25.55 23.16 60.88 -
YUV 132.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 114 127 205 0.44 0.38 0 0.20 231.43 0.48 0.63
Hex 72 7F CD 2C 26 0 14 E7 30 3F
Octal 162 177 315 54 46 0 24 347 60 77
Binary 1110010 1111111 11001101 101100 100110 0 10100 11100111 110000 111111

Color Harmonies of #727FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FCD

Black with #727FCD

Text Example


Text Example

White with #727FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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