Html Css Color HEX #758CC1 Wild Blue Yonder

📋 copy color: '#758CC1'

red 117 ◦ green 140 ◦ blue 193

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

Shades of Wild Blue Yonder #758CC1

Tints of Wild Blue Yonder #758CC1

RGB

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

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

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

R = 26%
G = 31.11%
B = 42.89%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#758CC1 (or 0x758CC1) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and C1. RGB value is (117,140,193). Sum of RGB (Red+Green+Blue) = 117+140+193=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #758CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CC1 is #8A733E. Grayscale: #8A8A8A. Windows color (decimal): -9073471 or 12684405. OLE color: 12684405.

HSL color Cylindrical-coordinate representation of color #758CC1: hue angle of 221.84º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758CC1 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 140 193 -
CMYK 0.39 0.27 0 0.24
HSL 221.84º 0.38% 0.61% -
HSV(B) 221.84º 0.39% 0.76% -
XYZ 26.34 26.39 54.16 -
YUV 139.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 117 140 193 0.39 0.27 0 0.24 221.84 0.38 0.61
Hex 75 8C C1 27 1B 0 18 DE 26 3D
Octal 165 214 301 47 33 0 30 336 46 75
Binary 1110101 10001100 11000001 100111 11011 0 11000 11011110 100110 111101

Color Harmonies of #758CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CC1

Black with #758CC1

Text Example


Text Example

White with #758CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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