Html Css Color HEX #7884CF Wild Blue Yonder

📋 copy color: '#7884CF'

red 120 ◦ green 132 ◦ blue 207

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

Shades of Wild Blue Yonder #7884CF

Tints of Wild Blue Yonder #7884CF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 26.14%
G = 28.76%
B = 45.1%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7884CF (or 0x7884CF) is known color: Wild Blue Yonder. HEX triplet: 78, 84 and CF. RGB value is (120,132,207). Sum of RGB (Red+Green+Blue) = 120+132+207=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #7884CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7884CF is #877B30. Grayscale: #888888. Windows color (decimal): -8878897 or 13599864. OLE color: 13599864.

HSL color Cylindrical-coordinate representation of color #7884CF: hue angle of 231.72º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7884CF is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 132 207 -
CMYK 0.42 0.36 0 0.19
HSL 231.72º 0.48% 0.64% -
HSV(B) 231.72º 0.42% 0.81% -
XYZ 27.26 25 62.42 -
YUV 136.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 120 132 207 0.42 0.36 0 0.19 231.72 0.48 0.64
Hex 78 84 CF 2A 24 0 13 E8 30 40
Octal 170 204 317 52 44 0 23 350 60 100
Binary 1111000 10000100 11001111 101010 100100 0 10011 11101000 110000 1000000

Color Harmonies of #7884CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7884CF

Black with #7884CF

Text Example


Text Example

White with #7884CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7884CF; }

 p { color: rgb(120,132,207); }

 H1.HeaderClassName
 {
   color: #7884CF;
 }
 .AnyTagClassName
 {
   color: #7884CF;
 }
</style>

background-color css

<style>
 a { background-color: #7884CF; }

 a { background-color: rgb(120,132,207); }

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

border-color css

<style>
 span { border-color: #7884CF; }

 span { border-color: rgb(120,132,207); }

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