Html Css Color HEX #727DCF Wild Blue Yonder

📋 copy color: '#727DCF'

red 114 ◦ green 125 ◦ blue 207

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

Shades of Wild Blue Yonder #727DCF

Tints of Wild Blue Yonder #727DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 25.56%
G = 28.03%
B = 46.41%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#727DCF (or 0x727DCF) is known color: Wild Blue Yonder. HEX triplet: 72, 7D and CF. RGB value is (114,125,207). Sum of RGB (Red+Green+Blue) = 114+125+207=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #727DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DCF is #8D8230. Grayscale: #828282. Windows color (decimal): -9273905 or 13598066. OLE color: 13598066.

HSL color Cylindrical-coordinate representation of color #727DCF: hue angle of 232.9º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #727DCF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 125 207 -
CMYK 0.45 0.40 0 0.19
HSL 232.9º 0.49% 0.63% -
HSV(B) 232.9º 0.45% 0.81% -
XYZ 25.54 22.75 62.08 -
YUV 131.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 114 125 207 0.45 0.40 0 0.19 232.9 0.49 0.63
Hex 72 7D CF 2D 28 0 13 E9 31 3F
Octal 162 175 317 55 50 0 23 351 61 77
Binary 1110010 1111101 11001111 101101 101000 0 10011 11101001 110001 111111

Color Harmonies of #727DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DCF

Black with #727DCF

Text Example


Text Example

White with #727DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,125,207); }

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

background-color css

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

 a { background-color: rgb(114,125,207); }

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

border-color css

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

 span { border-color: rgb(114,125,207); }

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