Html Css Color HEX #7CA3BA Bali Hai

📋 copy color: '#7CA3BA'

red 124 ◦ green 163 ◦ blue 186

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

Shades of Bali Hai #7CA3BA

Tints of Bali Hai #7CA3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.46%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 26.22%
G = 34.46%
B = 39.32%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7CA3BA (or 0x7CA3BA) is known color: Bali Hai. HEX triplet: 7C, A3 and BA. RGB value is (124,163,186). Sum of RGB (Red+Green+Blue) = 124+163+186=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CA3BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA3BA is #835C45. Grayscale: #999999. Windows color (decimal): -8608838 or 12231548. OLE color: 12231548.

HSL color Cylindrical-coordinate representation of color #7CA3BA: hue angle of 202.26º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CA3BA is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 163 186 -
CMYK 0.33 0.12 0 0.27
HSL 202.26º 0.31% 0.61% -
HSV(B) 202.26º 0.33% 0.73% -
XYZ 30.27 34.02 51.43 -
YUV 153.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 124 163 186 0.33 0.12 0 0.27 202.26 0.31 0.61
Hex 7C A3 BA 21 C 0 1B CA 1F 3D
Octal 174 243 272 41 14 0 33 312 37 75
Binary 1111100 10100011 10111010 100001 1100 0 11011 11001010 11111 111101

Color Harmonies of #7CA3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA3BA

Black with #7CA3BA

Text Example


Text Example

White with #7CA3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,163,186); }

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

background-color css

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

 a { background-color: rgb(124,163,186); }

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

border-color css

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

 span { border-color: rgb(124,163,186); }

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