Html Css Color HEX #727EC1 Wild Blue Yonder

📋 copy color: '#727EC1'

red 114 ◦ green 126 ◦ blue 193

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

Shades of Wild Blue Yonder #727EC1

Tints of Wild Blue Yonder #727EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.1%

 BLUE value IS 193 (75.78% from 255) = 44.57%

R = 26.33%
G = 29.1%
B = 44.57%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#727EC1 (or 0x727EC1) is known color: Wild Blue Yonder. HEX triplet: 72, 7E and C1. RGB value is (114,126,193). Sum of RGB (Red+Green+Blue) = 114+126+193=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #727EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EC1 is #8D813E. Grayscale: #818181. Windows color (decimal): -9273663 or 12680818. OLE color: 12680818.

HSL color Cylindrical-coordinate representation of color #727EC1: hue angle of 230.89º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #727EC1 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 126 193 -
CMYK 0.41 0.35 0 0.24
HSL 230.89º 0.39% 0.6% -
HSV(B) 230.89º 0.41% 0.76% -
XYZ 24.03 22.35 53.5 -
YUV 130.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 114 126 193 0.41 0.35 0 0.24 230.89 0.39 0.6
Hex 72 7E C1 29 23 0 18 E7 27 3C
Octal 162 176 301 51 43 0 30 347 47 74
Binary 1110010 1111110 11000001 101001 100011 0 11000 11100111 100111 111100

Color Harmonies of #727EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EC1

Black with #727EC1

Text Example


Text Example

White with #727EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,126,193); }

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

background-color css

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

 a { background-color: rgb(114,126,193); }

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

border-color css

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

 span { border-color: rgb(114,126,193); }

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