Html Css Color HEX #7C99BC Wild Blue Yonder

📋 copy color: '#7C99BC'

red 124 ◦ green 153 ◦ blue 188

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

Shades of Wild Blue Yonder #7C99BC

Tints of Wild Blue Yonder #7C99BC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 26.67%
G = 32.9%
B = 40.43%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C99BC (or 0x7C99BC) is known color: Wild Blue Yonder. HEX triplet: 7C, 99 and BC. RGB value is (124,153,188). Sum of RGB (Red+Green+Blue) = 124+153+188=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C99BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C99BC is #836643. Grayscale: #949494. Windows color (decimal): -8611396 or 12360060. OLE color: 12360060.

HSL color Cylindrical-coordinate representation of color #7C99BC: hue angle of 212.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C99BC is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 153 188 -
CMYK 0.34 0.19 0 0.26
HSL 212.81º 0.32% 0.61% -
HSV(B) 212.81º 0.34% 0.74% -
XYZ 28.78 30.7 51.99 -
YUV 148.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 124 153 188 0.34 0.19 0 0.26 212.81 0.32 0.61
Hex 7C 99 BC 22 13 0 1A D5 20 3D
Octal 174 231 274 42 23 0 32 325 40 75
Binary 1111100 10011001 10111100 100010 10011 0 11010 11010101 100000 111101

Color Harmonies of #7C99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C99BC

Black with #7C99BC

Text Example


Text Example

White with #7C99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,153,188); }

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

background-color css

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

 a { background-color: rgb(124,153,188); }

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

border-color css

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

 span { border-color: rgb(124,153,188); }

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