Html Css Color HEX #7784CA Wild Blue Yonder

📋 copy color: '#7784CA'

red 119 ◦ green 132 ◦ blue 202

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

Shades of Wild Blue Yonder #7784CA

Tints of Wild Blue Yonder #7784CA

RGB

 RED value IS 119 (46.88% from 255) = 26.27%

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 26.27%
G = 29.14%
B = 44.59%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7784CA (or 0x7784CA) is known color: Wild Blue Yonder. HEX triplet: 77, 84 and CA. RGB value is (119,132,202). Sum of RGB (Red+Green+Blue) = 119+132+202=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #7784CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7784CA is #887B35. Grayscale: #878787. Windows color (decimal): -8944438 or 13272183. OLE color: 13272183.

HSL color Cylindrical-coordinate representation of color #7784CA: hue angle of 230.6º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7784CA is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 132 202 -
CMYK 0.41 0.35 0 0.21
HSL 230.6º 0.44% 0.63% -
HSV(B) 230.6º 0.41% 0.79% -
XYZ 26.52 24.69 59.24 -
YUV 136.09 165.19 115.81 -
System Red Green Blue C M Y K H S L
Decimal 119 132 202 0.41 0.35 0 0.21 230.6 0.44 0.63
Hex 77 84 CA 29 23 0 15 E7 2C 3F
Octal 167 204 312 51 43 0 25 347 54 77
Binary 1110111 10000100 11001010 101001 100011 0 10101 11100111 101100 111111

Color Harmonies of #7784CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7784CA

Black with #7784CA

Text Example


Text Example

White with #7784CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7784CA; }

 p { color: rgb(119,132,202); }

 H1.HeaderClassName
 {
   color: #7784CA;
 }
 .AnyTagClassName
 {
   color: #7784CA;
 }
</style>

background-color css

<style>
 a { background-color: #7784CA; }

 a { background-color: rgb(119,132,202); }

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

border-color css

<style>
 span { border-color: #7784CA; }

 span { border-color: rgb(119,132,202); }

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