Html Css Color HEX #949EA3 Bali Hai

📋 copy color: '#949EA3'

red 148 ◦ green 158 ◦ blue 163

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

Shades of Bali Hai #949EA3

Tints of Bali Hai #949EA3

RGB

 RED value IS 148 (58.2% from 255) = 31.56%

 GREEN value IS 158 (62.11% from 255) = 33.69%

 BLUE value IS 163 (64.06% from 255) = 34.75%

R = 31.56%
G = 33.69%
B = 34.75%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#949EA3 (or 0x949EA3) is known color: Bali Hai. HEX triplet: 94, 9E and A3. RGB value is (148,158,163). Sum of RGB (Red+Green+Blue) = 148+158+163=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 163 - color contains mainly: blue. Hex color #949EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EA3 is #6B615C. Grayscale: #9B9B9B. Windows color (decimal): -7037277 or 10722964. OLE color: 10722964.

HSL color Cylindrical-coordinate representation of color #949EA3: hue angle of 200º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #949EA3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 158 163 -
CMYK 0.09 0.03 0 0.36
HSL 200º 0.08% 0.61% -
HSV(B) 200º 0.09% 0.64% -
XYZ 31.05 33.39 39.46 -
YUV 155.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 148 158 163 0.09 0.03 0 0.36 200 0.08 0.61
Hex 94 9E A3 9 3 0 24 C8 8 3D
Octal 224 236 243 11 3 0 44 310 10 75
Binary 10010100 10011110 10100011 1001 11 0 100100 11001000 1000 111101

Color Harmonies of #949EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EA3

Black with #949EA3

Text Example


Text Example

White with #949EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949EA3; }

 p { color: rgb(148,158,163); }

 H1.HeaderClassName
 {
   color: #949EA3;
 }
 .AnyTagClassName
 {
   color: #949EA3;
 }
</style>

background-color css

<style>
 a { background-color: #949EA3; }

 a { background-color: rgb(148,158,163); }

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

border-color css

<style>
 span { border-color: #949EA3; }

 span { border-color: rgb(148,158,163); }

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