Html Css Color HEX #747BC0 Wild Blue Yonder

📋 copy color: '#747BC0'

red 116 ◦ green 123 ◦ blue 192

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

Shades of Wild Blue Yonder #747BC0

Tints of Wild Blue Yonder #747BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 26.91%
G = 28.54%
B = 44.55%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#747BC0 (or 0x747BC0) is known color: Wild Blue Yonder. HEX triplet: 74, 7B and C0. RGB value is (116,123,192). Sum of RGB (Red+Green+Blue) = 116+123+192=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #747BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BC0 is #8B843F. Grayscale: #808080. Windows color (decimal): -9143360 or 12614516. OLE color: 12614516.

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

Color convert

RGB 116 123 192 -
CMYK 0.40 0.36 0 0.25
HSL 234.47º 0.38% 0.6% -
HSV(B) 234.47º 0.4% 0.75% -
XYZ 23.8 21.68 52.8 -
YUV 128.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 116 123 192 0.40 0.36 0 0.25 234.47 0.38 0.6
Hex 74 7B C0 28 24 0 19 EA 26 3C
Octal 164 173 300 50 44 0 31 352 46 74
Binary 1110100 1111011 11000000 101000 100100 0 11001 11101010 100110 111100

Color Harmonies of #747BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BC0

Black with #747BC0

Text Example


Text Example

White with #747BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,123,192); }

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

background-color css

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

 a { background-color: rgb(116,123,192); }

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

border-color css

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

 span { border-color: rgb(116,123,192); }

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