Html Css Color HEX #747EC2 Wild Blue Yonder

📋 copy color: '#747EC2'

red 116 ◦ green 126 ◦ blue 194

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

Shades of Wild Blue Yonder #747EC2

Tints of Wild Blue Yonder #747EC2

RGB

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

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

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

R = 26.61%
G = 28.9%
B = 44.5%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#747EC2 (or 0x747EC2) is known color: Wild Blue Yonder. HEX triplet: 74, 7E and C2. RGB value is (116,126,194). Sum of RGB (Red+Green+Blue) = 116+126+194=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #747EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EC2 is #8B813D. Grayscale: #828282. Windows color (decimal): -9142590 or 12746356. OLE color: 12746356.

HSL color Cylindrical-coordinate representation of color #747EC2: hue angle of 232.31º 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 #747EC2 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 126 194 -
CMYK 0.40 0.35 0 0.24
HSL 232.31º 0.39% 0.61% -
HSV(B) 232.31º 0.4% 0.76% -
XYZ 24.4 22.53 54.1 -
YUV 130.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 116 126 194 0.40 0.35 0 0.24 232.31 0.39 0.61
Hex 74 7E C2 28 23 0 18 E8 27 3D
Octal 164 176 302 50 43 0 30 350 47 75
Binary 1110100 1111110 11000010 101000 100011 0 11000 11101000 100111 111101

Color Harmonies of #747EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747EC2

Black with #747EC2

Text Example


Text Example

White with #747EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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