Html Css Color HEX #758AD1 Wild Blue Yonder

📋 copy color: '#758AD1'

red 117 ◦ green 138 ◦ blue 209

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

Shades of Wild Blue Yonder #758AD1

Tints of Wild Blue Yonder #758AD1

RGB

 RED value IS 117 (46.09% from 255) = 25.22%

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

 BLUE value IS 209 (82.03% from 255) = 45.04%

R = 25.22%
G = 29.74%
B = 45.04%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#758AD1 (or 0x758AD1) is known color: Wild Blue Yonder. HEX triplet: 75, 8A and D1. RGB value is (117,138,209). Sum of RGB (Red+Green+Blue) = 117+138+209=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #758AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AD1 is #8A752E. Grayscale: #8B8B8B. Windows color (decimal): -9073967 or 13732469. OLE color: 13732469.

HSL color Cylindrical-coordinate representation of color #758AD1: hue angle of 226.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #758AD1 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 138 209 -
CMYK 0.44 0.34 0 0.18
HSL 226.3º 0.5% 0.64% -
HSV(B) 226.3º 0.44% 0.82% -
XYZ 27.93 26.56 63.98 -
YUV 139.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 117 138 209 0.44 0.34 0 0.18 226.3 0.5 0.64
Hex 75 8A D1 2C 22 0 12 E2 32 40
Octal 165 212 321 54 42 0 22 342 62 100
Binary 1110101 10001010 11010001 101100 100010 0 10010 11100010 110010 1000000

Color Harmonies of #758AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AD1

Black with #758AD1

Text Example


Text Example

White with #758AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758AD1; }

 p { color: rgb(117,138,209); }

 H1.HeaderClassName
 {
   color: #758AD1;
 }
 .AnyTagClassName
 {
   color: #758AD1;
 }
</style>

background-color css

<style>
 a { background-color: #758AD1; }

 a { background-color: rgb(117,138,209); }

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

border-color css

<style>
 span { border-color: #758AD1; }

 span { border-color: rgb(117,138,209); }

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