Html Css Color HEX #7B84CA Wild Blue Yonder

📋 copy color: '#7B84CA'

red 123 ◦ green 132 ◦ blue 202

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

Shades of Wild Blue Yonder #7B84CA

Tints of Wild Blue Yonder #7B84CA

RGB

 RED value IS 123 (48.44% from 255) = 26.91%

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

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

R = 26.91%
G = 28.88%
B = 44.2%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B84CA (or 0x7B84CA) is known color: Wild Blue Yonder. HEX triplet: 7B, 84 and CA. RGB value is (123,132,202). Sum of RGB (Red+Green+Blue) = 123+132+202=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B84CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B84CA is #847B35. Grayscale: #898989. Windows color (decimal): -8682294 or 13272187. OLE color: 13272187.

HSL color Cylindrical-coordinate representation of color #7B84CA: hue angle of 233.16º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B84CA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 132 202 -
CMYK 0.39 0.35 0 0.21
HSL 233.16º 0.43% 0.64% -
HSV(B) 233.16º 0.39% 0.79% -
XYZ 27.08 24.98 59.27 -
YUV 137.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 123 132 202 0.39 0.35 0 0.21 233.16 0.43 0.64
Hex 7B 84 CA 27 23 0 15 E9 2B 40
Octal 173 204 312 47 43 0 25 351 53 100
Binary 1111011 10000100 11001010 100111 100011 0 10101 11101001 101011 1000000

Color Harmonies of #7B84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B84CA

Black with #7B84CA

Text Example


Text Example

White with #7B84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B84CA; }

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

 H1.HeaderClassName
 {
   color: #7B84CA;
 }
 .AnyTagClassName
 {
   color: #7B84CA;
 }
</style>

background-color css

<style>
 a { background-color: #7B84CA; }

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

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

border-color css

<style>
 span { border-color: #7B84CA; }

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

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