Html Css Color HEX #758CD1 Wild Blue Yonder

📋 copy color: '#758CD1'

red 117 ◦ green 140 ◦ blue 209

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

Shades of Wild Blue Yonder #758CD1

Tints of Wild Blue Yonder #758CD1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.04%

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

R = 25.11%
G = 30.04%
B = 44.85%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#758CD1 (or 0x758CD1) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and D1. RGB value is (117,140,209). Sum of RGB (Red+Green+Blue) = 117+140+209=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #758CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CD1 is #8A732E. Grayscale: #8C8C8C. Windows color (decimal): -9073455 or 13732981. OLE color: 13732981.

HSL color Cylindrical-coordinate representation of color #758CD1: hue angle of 225º 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 #758CD1 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 140 209 -
CMYK 0.44 0.33 0 0.18
HSL 225º 0.5% 0.64% -
HSV(B) 225º 0.44% 0.82% -
XYZ 28.22 27.14 64.07 -
YUV 140.99 166.38 110.89 -
System Red Green Blue C M Y K H S L
Decimal 117 140 209 0.44 0.33 0 0.18 225 0.5 0.64
Hex 75 8C D1 2C 21 0 12 E1 32 40
Octal 165 214 321 54 41 0 22 341 62 100
Binary 1110101 10001100 11010001 101100 100001 0 10010 11100001 110010 1000000

Color Harmonies of #758CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CD1

Black with #758CD1

Text Example


Text Example

White with #758CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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