Html Css Color HEX #727CCA Wild Blue Yonder

📋 copy color: '#727CCA'

red 114 ◦ green 124 ◦ blue 202

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

Shades of Wild Blue Yonder #727CCA

Tints of Wild Blue Yonder #727CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.18%

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

R = 25.91%
G = 28.18%
B = 45.91%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#727CCA (or 0x727CCA) is known color: Wild Blue Yonder. HEX triplet: 72, 7C and CA. RGB value is (114,124,202). Sum of RGB (Red+Green+Blue) = 114+124+202=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #727CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CCA is #8D8335. Grayscale: #818181. Windows color (decimal): -9274166 or 13270130. OLE color: 13270130.

HSL color Cylindrical-coordinate representation of color #727CCA: hue angle of 233.18º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727CCA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 124 202 -
CMYK 0.44 0.39 0 0.21
HSL 233.18º 0.45% 0.62% -
HSV(B) 233.18º 0.44% 0.79% -
XYZ 24.81 22.26 58.87 -
YUV 129.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 114 124 202 0.44 0.39 0 0.21 233.18 0.45 0.62
Hex 72 7C CA 2C 27 0 15 E9 2D 3E
Octal 162 174 312 54 47 0 25 351 55 76
Binary 1110010 1111100 11001010 101100 100111 0 10101 11101001 101101 111110

Color Harmonies of #727CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CCA

Black with #727CCA

Text Example


Text Example

White with #727CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,124,202); }

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

background-color css

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

 a { background-color: rgb(114,124,202); }

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

border-color css

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

 span { border-color: rgb(114,124,202); }

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