Html Css Color HEX #727FC2 Wild Blue Yonder

📋 copy color: '#727FC2'

red 114 ◦ green 127 ◦ blue 194

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

Shades of Wild Blue Yonder #727FC2

Tints of Wild Blue Yonder #727FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.6%

R = 26.21%
G = 29.2%
B = 44.6%

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

#727FC2 (or 0x727FC2) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and C2. RGB value is (114,127,194). Sum of RGB (Red+Green+Blue) = 114+127+194=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #727FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FC2 is #8D803D. Grayscale: #828282. Windows color (decimal): -9273406 or 12746610. OLE color: 12746610.

HSL color Cylindrical-coordinate representation of color #727FC2: hue angle of 230.25º degrees, saturation: 0.4, 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 #727FC2 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 127 194 -
CMYK 0.41 0.35 0 0.24
HSL 230.25º 0.4% 0.6% -
HSV(B) 230.25º 0.41% 0.76% -
XYZ 24.27 22.65 54.13 -
YUV 130.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 114 127 194 0.41 0.35 0 0.24 230.25 0.4 0.6
Hex 72 7F C2 29 23 0 18 E6 28 3C
Octal 162 177 302 51 43 0 30 346 50 74
Binary 1110010 1111111 11000010 101001 100011 0 11000 11100110 101000 111100

Color Harmonies of #727FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FC2

Black with #727FC2

Text Example


Text Example

White with #727FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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