Html Css Color HEX #747DB0 Wild Blue Yonder

📋 copy color: '#747DB0'

red 116 ◦ green 125 ◦ blue 176

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

Shades of Wild Blue Yonder #747DB0

Tints of Wild Blue Yonder #747DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.21%

R = 27.82%
G = 29.98%
B = 42.21%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#747DB0 (or 0x747DB0) is known color: Wild Blue Yonder. HEX triplet: 74, 7D and B0. RGB value is (116,125,176). Sum of RGB (Red+Green+Blue) = 116+125+176=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 176 - color contains mainly: blue. Hex color #747DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DB0 is #8B824F. Grayscale: #7F7F7F. Windows color (decimal): -9142864 or 11566452. OLE color: 11566452.

HSL color Cylindrical-coordinate representation of color #747DB0: hue angle of 231º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #747DB0 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 125 176 -
CMYK 0.34 0.29 0 0.31
HSL 231º 0.28% 0.57% -
HSV(B) 231º 0.34% 0.69% -
XYZ 22.37 21.51 44.05 -
YUV 128.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 116 125 176 0.34 0.29 0 0.31 231 0.28 0.57
Hex 74 7D B0 22 1D 0 1F E7 1C 39
Octal 164 175 260 42 35 0 37 347 34 71
Binary 1110100 1111101 10110000 100010 11101 0 11111 11100111 11100 111001

Color Harmonies of #747DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747DB0

Black with #747DB0

Text Example


Text Example

White with #747DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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