Html Css Color HEX #949EA2 Bali Hai

📋 copy color: '#949EA2'

red 148 ◦ green 158 ◦ blue 162

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

Shades of Bali Hai #949EA2

Tints of Bali Hai #949EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.62%

R = 31.62%
G = 33.76%
B = 34.62%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#949EA2 (or 0x949EA2) is known color: Bali Hai. HEX triplet: 94, 9E and A2. RGB value is (148,158,162). Sum of RGB (Red+Green+Blue) = 148+158+162=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 162 - color contains mainly: blue. Hex color #949EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EA2 is #6B615D. Grayscale: #9B9B9B. Windows color (decimal): -7037278 or 10657428. OLE color: 10657428.

HSL color Cylindrical-coordinate representation of color #949EA2: hue angle of 197.14º degrees, saturation: 0.07, 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 #949EA2 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 158 162 -
CMYK 0.09 0.02 0 0.36
HSL 197.14º 0.07% 0.61% -
HSV(B) 197.14º 0.09% 0.64% -
XYZ 30.96 33.36 38.99 -
YUV 155.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 148 158 162 0.09 0.02 0 0.36 197.14 0.07 0.61
Hex 94 9E A2 9 2 0 24 C5 7 3D
Octal 224 236 242 11 2 0 44 305 7 75
Binary 10010100 10011110 10100010 1001 10 0 100100 11000101 111 111101

Color Harmonies of #949EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EA2

Black with #949EA2

Text Example


Text Example

White with #949EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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