Html Css Color HEX #788ACD Wild Blue Yonder

📋 copy color: '#788ACD'

red 120 ◦ green 138 ◦ blue 205

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

Shades of Wild Blue Yonder #788ACD

Tints of Wild Blue Yonder #788ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 25.92%
G = 29.81%
B = 44.28%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#788ACD (or 0x788ACD) is known color: Wild Blue Yonder. HEX triplet: 78, 8A and CD. RGB value is (120,138,205). Sum of RGB (Red+Green+Blue) = 120+138+205=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #788ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788ACD is #877532. Grayscale: #8B8B8B. Windows color (decimal): -8877363 or 13470328. OLE color: 13470328.

HSL color Cylindrical-coordinate representation of color #788ACD: hue angle of 227.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #788ACD is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 120 138 205 -
CMYK 0.41 0.33 0 0.20
HSL 227.29º 0.46% 0.64% -
HSV(B) 227.29º 0.41% 0.8% -
XYZ 27.85 26.58 61.42 -
YUV 140.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 120 138 205 0.41 0.33 0 0.20 227.29 0.46 0.64
Hex 78 8A CD 29 21 0 14 E3 2E 40
Octal 170 212 315 51 41 0 24 343 56 100
Binary 1111000 10001010 11001101 101001 100001 0 10100 11100011 101110 1000000

Color Harmonies of #788ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788ACD

Black with #788ACD

Text Example


Text Example

White with #788ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,138,205); }

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

background-color css

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

 a { background-color: rgb(120,138,205); }

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

border-color css

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

 span { border-color: rgb(120,138,205); }

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