Html Css Color HEX #788BC1 Wild Blue Yonder

📋 copy color: '#788BC1'

red 120 ◦ green 139 ◦ blue 193

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

Shades of Wild Blue Yonder #788BC1

Tints of Wild Blue Yonder #788BC1

RGB

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

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

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

R = 26.55%
G = 30.75%
B = 42.7%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#788BC1 (or 0x788BC1) is known color: Wild Blue Yonder. HEX triplet: 78, 8B and C1. RGB value is (120,139,193). Sum of RGB (Red+Green+Blue) = 120+139+193=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #788BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788BC1 is #87743E. Grayscale: #8B8B8B. Windows color (decimal): -8877119 or 12684152. OLE color: 12684152.

HSL color Cylindrical-coordinate representation of color #788BC1: hue angle of 224.38º 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 #788BC1 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 139 193 -
CMYK 0.38 0.28 0 0.24
HSL 224.38º 0.37% 0.61% -
HSV(B) 224.38º 0.38% 0.76% -
XYZ 26.6 26.31 54.13 -
YUV 139.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 120 139 193 0.38 0.28 0 0.24 224.38 0.37 0.61
Hex 78 8B C1 26 1C 0 18 E0 25 3D
Octal 170 213 301 46 34 0 30 340 45 75
Binary 1111000 10001011 11000001 100110 11100 0 11000 11100000 100101 111101

Color Harmonies of #788BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BC1

Black with #788BC1

Text Example


Text Example

White with #788BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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