Html Css Color HEX #7C8BC8 Wild Blue Yonder

📋 copy color: '#7C8BC8'

red 124 ◦ green 139 ◦ blue 200

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

Shades of Wild Blue Yonder #7C8BC8

Tints of Wild Blue Yonder #7C8BC8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.02%

 BLUE value IS 200 (78.52% from 255) = 43.2%

R = 26.78%
G = 30.02%
B = 43.2%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7C8BC8 (or 0x7C8BC8) is known color: Wild Blue Yonder. HEX triplet: 7C, 8B and C8. RGB value is (124,139,200). Sum of RGB (Red+Green+Blue) = 124+139+200=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #7C8BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8BC8 is #837437. Grayscale: #8D8D8D. Windows color (decimal): -8614968 or 13142908. OLE color: 13142908.

HSL color Cylindrical-coordinate representation of color #7C8BC8: hue angle of 228.16º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C8BC8 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 139 200 -
CMYK 0.38 0.30 0 0.22
HSL 228.16º 0.41% 0.64% -
HSV(B) 228.16º 0.38% 0.78% -
XYZ 27.97 26.92 58.37 -
YUV 141.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 124 139 200 0.38 0.30 0 0.22 228.16 0.41 0.64
Hex 7C 8B C8 26 1E 0 16 E4 29 40
Octal 174 213 310 46 36 0 26 344 51 100
Binary 1111100 10001011 11001000 100110 11110 0 10110 11100100 101001 1000000

Color Harmonies of #7C8BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8BC8

Black with #7C8BC8

Text Example


Text Example

White with #7C8BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,139,200); }

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

background-color css

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

 a { background-color: rgb(124,139,200); }

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

border-color css

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

 span { border-color: rgb(124,139,200); }

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