Html Css Color HEX #747CBC Wild Blue Yonder

📋 copy color: '#747CBC'

red 116 ◦ green 124 ◦ blue 188

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

Shades of Wild Blue Yonder #747CBC

Tints of Wild Blue Yonder #747CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.97%

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 27.1%
G = 28.97%
B = 43.93%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#747CBC (or 0x747CBC) is known color: Wild Blue Yonder. HEX triplet: 74, 7C and BC. RGB value is (116,124,188). Sum of RGB (Red+Green+Blue) = 116+124+188=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #747CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CBC is #8B8343. Grayscale: #808080. Windows color (decimal): -9143108 or 12352628. OLE color: 12352628.

HSL color Cylindrical-coordinate representation of color #747CBC: hue angle of 233.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747CBC is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 124 188 -
CMYK 0.38 0.34 0 0.26
HSL 233.33º 0.35% 0.6% -
HSV(B) 233.33º 0.38% 0.74% -
XYZ 23.49 21.76 50.54 -
YUV 128.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 116 124 188 0.38 0.34 0 0.26 233.33 0.35 0.6
Hex 74 7C BC 26 22 0 1A E9 23 3C
Octal 164 174 274 46 42 0 32 351 43 74
Binary 1110100 1111100 10111100 100110 100010 0 11010 11101001 100011 111100

Color Harmonies of #747CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747CBC

Black with #747CBC

Text Example


Text Example

White with #747CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,124,188); }

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

background-color css

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

 a { background-color: rgb(116,124,188); }

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

border-color css

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

 span { border-color: rgb(116,124,188); }

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