Html Css Color HEX #727FC8 Wild Blue Yonder

📋 copy color: '#727FC8'

red 114 ◦ green 127 ◦ blue 200

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

Shades of Wild Blue Yonder #727FC8

Tints of Wild Blue Yonder #727FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.35%

R = 25.85%
G = 28.8%
B = 45.35%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#727FC8 (or 0x727FC8) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and C8. RGB value is (114,127,200). Sum of RGB (Red+Green+Blue) = 114+127+200=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #727FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FC8 is #8D8037. Grayscale: #838383. Windows color (decimal): -9273400 or 13139826. OLE color: 13139826.

HSL color Cylindrical-coordinate representation of color #727FC8: hue angle of 230.93º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #727FC8 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 127 200 -
CMYK 0.43 0.36 0 0.22
HSL 230.93º 0.44% 0.62% -
HSV(B) 230.93º 0.43% 0.78% -
XYZ 24.95 22.93 57.75 -
YUV 131.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 114 127 200 0.43 0.36 0 0.22 230.93 0.44 0.62
Hex 72 7F C8 2B 24 0 16 E7 2C 3E
Octal 162 177 310 53 44 0 26 347 54 76
Binary 1110010 1111111 11001000 101011 100100 0 10110 11100111 101100 111110

Color Harmonies of #727FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FC8

Black with #727FC8

Text Example


Text Example

White with #727FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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