Html Css Color HEX #747BBD Wild Blue Yonder

📋 copy color: '#747BBD'

red 116 ◦ green 123 ◦ blue 189

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

Shades of Wild Blue Yonder #747BBD

Tints of Wild Blue Yonder #747BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 27.1%
G = 28.74%
B = 44.16%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#747BBD (or 0x747BBD) is known color: Wild Blue Yonder. HEX triplet: 74, 7B and BD. RGB value is (116,123,189). Sum of RGB (Red+Green+Blue) = 116+123+189=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #747BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BBD is #8B8442. Grayscale: #808080. Windows color (decimal): -9143363 or 12417908. OLE color: 12417908.

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

Color convert

RGB 116 123 189 -
CMYK 0.39 0.35 0 0.26
HSL 234.25º 0.36% 0.6% -
HSV(B) 234.25º 0.39% 0.74% -
XYZ 23.47 21.55 51.07 -
YUV 128.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 116 123 189 0.39 0.35 0 0.26 234.25 0.36 0.6
Hex 74 7B BD 27 23 0 1A EA 24 3C
Octal 164 173 275 47 43 0 32 352 44 74
Binary 1110100 1111011 10111101 100111 100011 0 11010 11101010 100100 111100

Color Harmonies of #747BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BBD

Black with #747BBD

Text Example


Text Example

White with #747BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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