Html Css Color HEX #748BC1 Wild Blue Yonder

📋 copy color: '#748BC1'

red 116 ◦ green 139 ◦ blue 193

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

Shades of Wild Blue Yonder #748BC1

Tints of Wild Blue Yonder #748BC1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 25.89%
G = 31.03%
B = 43.08%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#748BC1 (or 0x748BC1) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and C1. RGB value is (116,139,193). Sum of RGB (Red+Green+Blue) = 116+139+193=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #748BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BC1 is #8B743E. Grayscale: #8A8A8A. Windows color (decimal): -9139263 or 12684148. OLE color: 12684148.

HSL color Cylindrical-coordinate representation of color #748BC1: hue angle of 222.08º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #748BC1 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 139 193 -
CMYK 0.40 0.28 0 0.24
HSL 222.08º 0.38% 0.61% -
HSV(B) 222.08º 0.4% 0.76% -
XYZ 26.06 26.03 54.1 -
YUV 138.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 116 139 193 0.40 0.28 0 0.24 222.08 0.38 0.61
Hex 74 8B C1 28 1C 0 18 DE 26 3D
Octal 164 213 301 50 34 0 30 336 46 75
Binary 1110100 10001011 11000001 101000 11100 0 11000 11011110 100110 111101

Color Harmonies of #748BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BC1

Black with #748BC1

Text Example


Text Example

White with #748BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,139,193); }

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

background-color css

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

 a { background-color: rgb(116,139,193); }

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

border-color css

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

 span { border-color: rgb(116,139,193); }

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