Html Css Color HEX #748ECE Wild Blue Yonder

📋 copy color: '#748ECE'

red 116 ◦ green 142 ◦ blue 206

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

Shades of Wild Blue Yonder #748ECE

Tints of Wild Blue Yonder #748ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.6%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 25%
G = 30.6%
B = 44.4%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#748ECE (or 0x748ECE) is known color: Wild Blue Yonder. HEX triplet: 74, 8E and CE. RGB value is (116,142,206). Sum of RGB (Red+Green+Blue) = 116+142+206=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #748ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ECE is #8B7131. Grayscale: #8D8D8D. Windows color (decimal): -9138482 or 13536884. OLE color: 13536884.

HSL color Cylindrical-coordinate representation of color #748ECE: hue angle of 222.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748ECE is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 142 206 -
CMYK 0.44 0.31 0 0.19
HSL 222.67º 0.48% 0.63% -
HSV(B) 222.67º 0.44% 0.81% -
XYZ 28.02 27.52 62.23 -
YUV 141.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 116 142 206 0.44 0.31 0 0.19 222.67 0.48 0.63
Hex 74 8E CE 2C 1F 0 13 DF 30 3F
Octal 164 216 316 54 37 0 23 337 60 77
Binary 1110100 10001110 11001110 101100 11111 0 10011 11011111 110000 111111

Color Harmonies of #748ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748ECE

Black with #748ECE

Text Example


Text Example

White with #748ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,142,206); }

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

background-color css

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

 a { background-color: rgb(116,142,206); }

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

border-color css

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

 span { border-color: rgb(116,142,206); }

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