Html Css Color HEX #747DC3 Wild Blue Yonder

📋 copy color: '#747DC3'

red 116 ◦ green 125 ◦ blue 195

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

Shades of Wild Blue Yonder #747DC3

Tints of Wild Blue Yonder #747DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.72%

R = 26.61%
G = 28.67%
B = 44.72%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#747DC3 (or 0x747DC3) is known color: Wild Blue Yonder. HEX triplet: 74, 7D and C3. RGB value is (116,125,195). Sum of RGB (Red+Green+Blue) = 116+125+195=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #747DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DC3 is #8B823C. Grayscale: #828282. Windows color (decimal): -9142845 or 12811636. OLE color: 12811636.

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

Color convert

RGB 116 125 195 -
CMYK 0.41 0.36 0 0.24
HSL 233.16º 0.4% 0.61% -
HSV(B) 233.16º 0.41% 0.76% -
XYZ 24.39 22.32 54.65 -
YUV 130.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 116 125 195 0.41 0.36 0 0.24 233.16 0.4 0.61
Hex 74 7D C3 29 24 0 18 E9 28 3D
Octal 164 175 303 51 44 0 30 351 50 75
Binary 1110100 1111101 11000011 101001 100100 0 11000 11101001 101000 111101

Color Harmonies of #747DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747DC3

Black with #747DC3

Text Example


Text Example

White with #747DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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