Html Css Color HEX #948EBB Logan

📋 copy color: '#948EBB'

red 148 ◦ green 142 ◦ blue 187

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

Shades of Logan #948EBB

Tints of Logan #948EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 31.03%
G = 29.77%
B = 39.2%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#948EBB (or 0x948EBB) is known color: Logan. HEX triplet: 94, 8E and BB. RGB value is (148,142,187). Sum of RGB (Red+Green+Blue) = 148+142+187=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #948EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948EBB is #6B7144. Grayscale: #949494. Windows color (decimal): -7041349 or 12291732. OLE color: 12291732.

HSL color Cylindrical-coordinate representation of color #948EBB: hue angle of 248º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #948EBB is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 142 187 -
CMYK 0.21 0.24 0 0.27
HSL 248º 0.25% 0.65% -
HSV(B) 248º 0.24% 0.73% -
XYZ 30.86 29.23 51.03 -
YUV 148.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 148 142 187 0.21 0.24 0 0.27 248 0.25 0.65
Hex 94 8E BB 15 18 0 1B F8 19 41
Octal 224 216 273 25 30 0 33 370 31 101
Binary 10010100 10001110 10111011 10101 11000 0 11011 11111000 11001 1000001

Color Harmonies of #948EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948EBB

Black with #948EBB

Text Example


Text Example

White with #948EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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