Html Css Color HEX #747DC2 Wild Blue Yonder

📋 copy color: '#747DC2'

red 116 ◦ green 125 ◦ blue 194

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

Shades of Wild Blue Yonder #747DC2

Tints of Wild Blue Yonder #747DC2

RGB

 RED value IS 116 (45.7% from 255) = 26.67%

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

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

R = 26.67%
G = 28.74%
B = 44.6%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#747DC2 (or 0x747DC2) is known color: Wild Blue Yonder. HEX triplet: 74, 7D and C2. RGB value is (116,125,194). Sum of RGB (Red+Green+Blue) = 116+125+194=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 125 (49.22% from 255 or 28.74% 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 #747DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DC2 is #8B823D. Grayscale: #818181. Windows color (decimal): -9142846 or 12746100. OLE color: 12746100.

HSL color Cylindrical-coordinate representation of color #747DC2: hue angle of 233.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747DC2 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 125 194 -
CMYK 0.40 0.36 0 0.24
HSL 233.08º 0.39% 0.61% -
HSV(B) 233.08º 0.4% 0.76% -
XYZ 24.27 22.28 54.06 -
YUV 130.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 116 125 194 0.40 0.36 0 0.24 233.08 0.39 0.61
Hex 74 7D C2 28 24 0 18 E9 27 3D
Octal 164 175 302 50 44 0 30 351 47 75
Binary 1110100 1111101 11000010 101000 100100 0 11000 11101001 100111 111101

Color Harmonies of #747DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747DC2

Black with #747DC2

Text Example


Text Example

White with #747DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747DC2; }

 p { color: rgb(116,125,194); }

 H1.HeaderClassName
 {
   color: #747DC2;
 }
 .AnyTagClassName
 {
   color: #747DC2;
 }
</style>

background-color css

<style>
 a { background-color: #747DC2; }

 a { background-color: rgb(116,125,194); }

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

border-color css

<style>
 span { border-color: #747DC2; }

 span { border-color: rgb(116,125,194); }

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