Html Css Color HEX #748AC5 Wild Blue Yonder

📋 copy color: '#748AC5'

red 116 ◦ green 138 ◦ blue 197

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

Shades of Wild Blue Yonder #748AC5

Tints of Wild Blue Yonder #748AC5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.6%

 BLUE value IS 197 (77.34% from 255) = 43.68%

R = 25.72%
G = 30.6%
B = 43.68%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#748AC5 (or 0x748AC5) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and C5. RGB value is (116,138,197). Sum of RGB (Red+Green+Blue) = 116+138+197=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #748AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748AC5 is #8B753A. Grayscale: #898989. Windows color (decimal): -9139515 or 12946036. OLE color: 12946036.

HSL color Cylindrical-coordinate representation of color #748AC5: hue angle of 223.7º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #748AC5 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 138 197 -
CMYK 0.41 0.30 0 0.23
HSL 223.7º 0.41% 0.61% -
HSV(B) 223.7º 0.41% 0.77% -
XYZ 26.37 25.92 56.44 -
YUV 138.15 161.21 112.2 -
System Red Green Blue C M Y K H S L
Decimal 116 138 197 0.41 0.30 0 0.23 223.7 0.41 0.61
Hex 74 8A C5 29 1E 0 17 E0 29 3D
Octal 164 212 305 51 36 0 27 340 51 75
Binary 1110100 10001010 11000101 101001 11110 0 10111 11100000 101001 111101

Color Harmonies of #748AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748AC5

Black with #748AC5

Text Example


Text Example

White with #748AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748AC5; }

 p { color: rgb(116,138,197); }

 H1.HeaderClassName
 {
   color: #748AC5;
 }
 .AnyTagClassName
 {
   color: #748AC5;
 }
</style>

background-color css

<style>
 a { background-color: #748AC5; }

 a { background-color: rgb(116,138,197); }

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

border-color css

<style>
 span { border-color: #748AC5; }

 span { border-color: rgb(116,138,197); }

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