Html Css Color HEX #7C8FCC Wild Blue Yonder

📋 copy color: '#7C8FCC'

red 124 ◦ green 143 ◦ blue 204

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

Shades of Wild Blue Yonder #7C8FCC

Tints of Wild Blue Yonder #7C8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.36%

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

R = 26.33%
G = 30.36%
B = 43.31%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C8FCC (or 0x7C8FCC) is known color: Wild Blue Yonder. HEX triplet: 7C, 8F and CC. RGB value is (124,143,204). Sum of RGB (Red+Green+Blue) = 124+143+204=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C8FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8FCC is #837033. Grayscale: #909090. Windows color (decimal): -8613940 or 13406076. OLE color: 13406076.

HSL color Cylindrical-coordinate representation of color #7C8FCC: hue angle of 225.75º degrees, saturation: 0.44, 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 #7C8FCC is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 143 204 -
CMYK 0.39 0.30 0 0.2
HSL 225.75º 0.44% 0.64% -
HSV(B) 225.75º 0.39% 0.8% -
XYZ 29.03 28.29 61.06 -
YUV 144.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 124 143 204 0.39 0.30 0 0.2 225.75 0.44 0.64
Hex 7C 8F CC 27 1E 0 14 E2 2C 40
Octal 174 217 314 47 36 0 24 342 54 100
Binary 1111100 10001111 11001100 100111 11110 0 10100 11100010 101100 1000000

Color Harmonies of #7C8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8FCC

Black with #7C8FCC

Text Example


Text Example

White with #7C8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,143,204); }

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

background-color css

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

 a { background-color: rgb(124,143,204); }

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

border-color css

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

 span { border-color: rgb(124,143,204); }

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