Html Css Color HEX #747DBE Wild Blue Yonder

📋 copy color: '#747DBE'

red 116 ◦ green 125 ◦ blue 190

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

Shades of Wild Blue Yonder #747DBE

Tints of Wild Blue Yonder #747DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 26.91%
G = 29%
B = 44.08%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#747DBE (or 0x747DBE) is known color: Wild Blue Yonder. HEX triplet: 74, 7D and BE. RGB value is (116,125,190). Sum of RGB (Red+Green+Blue) = 116+125+190=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #747DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DBE is #8B8241. Grayscale: #818181. Windows color (decimal): -9142850 or 12483956. OLE color: 12483956.

HSL color Cylindrical-coordinate representation of color #747DBE: hue angle of 232.7º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #747DBE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 125 190 -
CMYK 0.39 0.34 0 0.25
HSL 232.7º 0.36% 0.6% -
HSV(B) 232.7º 0.39% 0.75% -
XYZ 23.83 22.1 51.72 -
YUV 129.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 116 125 190 0.39 0.34 0 0.25 232.7 0.36 0.6
Hex 74 7D BE 27 22 0 19 E9 24 3C
Octal 164 175 276 47 42 0 31 351 44 74
Binary 1110100 1111101 10111110 100111 100010 0 11001 11101001 100100 111100

Color Harmonies of #747DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747DBE

Black with #747DBE

Text Example


Text Example

White with #747DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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