Html Css Color HEX #7B8ACC Wild Blue Yonder

📋 copy color: '#7B8ACC'

red 123 ◦ green 138 ◦ blue 204

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

Shades of Wild Blue Yonder #7B8ACC

Tints of Wild Blue Yonder #7B8ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 26.45%
G = 29.68%
B = 43.87%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7B8ACC (or 0x7B8ACC) is known color: Wild Blue Yonder. HEX triplet: 7B, 8A and CC. RGB value is (123,138,204). Sum of RGB (Red+Green+Blue) = 123+138+204=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B8ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ACC is #847533. Grayscale: #8C8C8C. Windows color (decimal): -8680756 or 13404795. OLE color: 13404795.

HSL color Cylindrical-coordinate representation of color #7B8ACC: hue angle of 228.89º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B8ACC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 138 204 -
CMYK 0.40 0.32 0 0.2
HSL 228.89º 0.44% 0.64% -
HSV(B) 228.89º 0.4% 0.8% -
XYZ 28.16 26.75 60.81 -
YUV 141.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 123 138 204 0.40 0.32 0 0.2 228.89 0.44 0.64
Hex 7B 8A CC 28 20 0 14 E5 2C 40
Octal 173 212 314 50 40 0 24 345 54 100
Binary 1111011 10001010 11001100 101000 100000 0 10100 11100101 101100 1000000

Color Harmonies of #7B8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8ACC

Black with #7B8ACC

Text Example


Text Example

White with #7B8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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