Html Css Color HEX #788FC1 Wild Blue Yonder

📋 copy color: '#788FC1'

red 120 ◦ green 143 ◦ blue 193

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

Shades of Wild Blue Yonder #788FC1

Tints of Wild Blue Yonder #788FC1

RGB

 RED value IS 120 (47.27% from 255) = 26.32%

 GREEN value IS 143 (56.25% from 255) = 31.36%

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

R = 26.32%
G = 31.36%
B = 42.32%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#788FC1 (or 0x788FC1) is known color: Wild Blue Yonder. HEX triplet: 78, 8F and C1. RGB value is (120,143,193). Sum of RGB (Red+Green+Blue) = 120+143+193=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #788FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788FC1 is #87703E. Grayscale: #8D8D8D. Windows color (decimal): -8876095 or 12685176. OLE color: 12685176.

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

Color convert

RGB 120 143 193 -
CMYK 0.38 0.26 0 0.24
HSL 221.1º 0.37% 0.61% -
HSV(B) 221.1º 0.38% 0.76% -
XYZ 27.19 27.49 54.32 -
YUV 141.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 120 143 193 0.38 0.26 0 0.24 221.1 0.37 0.61
Hex 78 8F C1 26 1A 0 18 DD 25 3D
Octal 170 217 301 46 32 0 30 335 45 75
Binary 1111000 10001111 11000001 100110 11010 0 11000 11011101 100101 111101

Color Harmonies of #788FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FC1

Black with #788FC1

Text Example


Text Example

White with #788FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788FC1; }

 p { color: rgb(120,143,193); }

 H1.HeaderClassName
 {
   color: #788FC1;
 }
 .AnyTagClassName
 {
   color: #788FC1;
 }
</style>

background-color css

<style>
 a { background-color: #788FC1; }

 a { background-color: rgb(120,143,193); }

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

border-color css

<style>
 span { border-color: #788FC1; }

 span { border-color: rgb(120,143,193); }

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