Html Css Color HEX #7C8ACB Wild Blue Yonder

📋 copy color: '#7C8ACB'

red 124 ◦ green 138 ◦ blue 203

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

Shades of Wild Blue Yonder #7C8ACB

Tints of Wild Blue Yonder #7C8ACB

RGB

 RED value IS 124 (48.83% from 255) = 26.67%

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

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 26.67%
G = 29.68%
B = 43.66%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C8ACB (or 0x7C8ACB) is known color: Wild Blue Yonder. HEX triplet: 7C, 8A and CB. RGB value is (124,138,203). Sum of RGB (Red+Green+Blue) = 124+138+203=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8ACB is #837534. Grayscale: #8C8C8C. Windows color (decimal): -8615221 or 13339260. OLE color: 13339260.

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

Color convert

RGB 124 138 203 -
CMYK 0.39 0.32 0 0.20
HSL 229.37º 0.43% 0.64% -
HSV(B) 229.37º 0.39% 0.8% -
XYZ 28.18 26.77 60.18 -
YUV 141.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 124 138 203 0.39 0.32 0 0.20 229.37 0.43 0.64
Hex 7C 8A CB 27 20 0 14 E5 2B 40
Octal 174 212 313 47 40 0 24 345 53 100
Binary 1111100 10001010 11001011 100111 100000 0 10100 11100101 101011 1000000

Color Harmonies of #7C8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8ACB

Black with #7C8ACB

Text Example


Text Example

White with #7C8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,138,203); }

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

background-color css

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

 a { background-color: rgb(124,138,203); }

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

border-color css

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

 span { border-color: rgb(124,138,203); }

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