Html Css Color HEX #748AC9 Wild Blue Yonder

📋 copy color: '#748AC9'

red 116 ◦ green 138 ◦ blue 201

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

Shades of Wild Blue Yonder #748AC9

Tints of Wild Blue Yonder #748AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 25.49%
G = 30.33%
B = 44.18%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#748AC9 (or 0x748AC9) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and C9. RGB value is (116,138,201). Sum of RGB (Red+Green+Blue) = 116+138+201=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #748AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748AC9 is #8B7536. Grayscale: #8A8A8A. Windows color (decimal): -9139511 or 13208180. OLE color: 13208180.

HSL color Cylindrical-coordinate representation of color #748AC9: hue angle of 224.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #748AC9 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 138 201 -
CMYK 0.42 0.31 0 0.21
HSL 224.47º 0.44% 0.62% -
HSV(B) 224.47º 0.42% 0.79% -
XYZ 26.83 26.11 58.88 -
YUV 138.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 116 138 201 0.42 0.31 0 0.21 224.47 0.44 0.62
Hex 74 8A C9 2A 1F 0 15 E0 2C 3E
Octal 164 212 311 52 37 0 25 340 54 76
Binary 1110100 10001010 11001001 101010 11111 0 10101 11100000 101100 111110

Color Harmonies of #748AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748AC9

Black with #748AC9

Text Example


Text Example

White with #748AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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