Html Css Color HEX #948EB0 Grey Suit

📋 copy color: '#948EB0'

red 148 ◦ green 142 ◦ blue 176

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

Shades of Grey Suit #948EB0

Tints of Grey Suit #948EB0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.47%

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 31.76%
G = 30.47%
B = 37.77%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#948EB0 (or 0x948EB0) is known color: Grey Suit. HEX triplet: 94, 8E and B0. RGB value is (148,142,176). Sum of RGB (Red+Green+Blue) = 148+142+176=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 176 - color contains mainly: blue. Hex color #948EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948EB0 is #6B714F. Grayscale: #939393. Windows color (decimal): -7041360 or 11570836. OLE color: 11570836.

HSL color Cylindrical-coordinate representation of color #948EB0: hue angle of 250.59º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #948EB0 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 142 176 -
CMYK 0.16 0.19 0 0.31
HSL 250.59º 0.18% 0.62% -
HSV(B) 250.59º 0.19% 0.69% -
XYZ 29.72 28.78 45.06 -
YUV 147.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 148 142 176 0.16 0.19 0 0.31 250.59 0.18 0.62
Hex 94 8E B0 10 13 0 1F FB 12 3E
Octal 224 216 260 20 23 0 37 373 22 76
Binary 10010100 10001110 10110000 10000 10011 0 11111 11111011 10010 111110

Color Harmonies of #948EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948EB0

Black with #948EB0

Text Example


Text Example

White with #948EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948EB0; }

 p { color: rgb(148,142,176); }

 H1.HeaderClassName
 {
   color: #948EB0;
 }
 .AnyTagClassName
 {
   color: #948EB0;
 }
</style>

background-color css

<style>
 a { background-color: #948EB0; }

 a { background-color: rgb(148,142,176); }

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

border-color css

<style>
 span { border-color: #948EB0; }

 span { border-color: rgb(148,142,176); }

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