Html Css Color HEX #7B8ACE Wild Blue Yonder

📋 copy color: '#7B8ACE'

red 123 ◦ green 138 ◦ blue 206

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

Shades of Wild Blue Yonder #7B8ACE

Tints of Wild Blue Yonder #7B8ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 26.34%
G = 29.55%
B = 44.11%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B8ACE (or 0x7B8ACE) is known color: Wild Blue Yonder. HEX triplet: 7B, 8A and CE. RGB value is (123,138,206). Sum of RGB (Red+Green+Blue) = 123+138+206=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ACE is #847531. Grayscale: #8C8C8C. Windows color (decimal): -8680754 or 13535867. OLE color: 13535867.

HSL color Cylindrical-coordinate representation of color #7B8ACE: hue angle of 229.16º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B8ACE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 138 206 -
CMYK 0.40 0.33 0 0.19
HSL 229.16º 0.46% 0.65% -
HSV(B) 229.16º 0.4% 0.81% -
XYZ 28.4 26.84 62.08 -
YUV 141.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 123 138 206 0.40 0.33 0 0.19 229.16 0.46 0.65
Hex 7B 8A CE 28 21 0 13 E5 2E 41
Octal 173 212 316 50 41 0 23 345 56 101
Binary 1111011 10001010 11001110 101000 100001 0 10011 11100101 101110 1000001

Color Harmonies of #7B8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8ACE

Black with #7B8ACE

Text Example


Text Example

White with #7B8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,138,206); }

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

background-color css

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

 a { background-color: rgb(123,138,206); }

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

border-color css

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

 span { border-color: rgb(123,138,206); }

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