Html Css Color HEX #958FBC Logan

📋 copy color: '#958FBC'

red 149 ◦ green 143 ◦ blue 188

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

Shades of Logan #958FBC

Tints of Logan #958FBC

RGB

 RED value IS 149 (58.59% from 255) = 31.04%

 GREEN value IS 143 (56.25% from 255) = 29.79%

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 31.04%
G = 29.79%
B = 39.17%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#958FBC (or 0x958FBC) is known color: Logan. HEX triplet: 95, 8F and BC. RGB value is (149,143,188). Sum of RGB (Red+Green+Blue) = 149+143+188=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #958FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FBC is #6A7043. Grayscale: #959595. Windows color (decimal): -6975556 or 12357525. OLE color: 12357525.

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

Color convert

RGB 149 143 188 -
CMYK 0.21 0.24 0 0.26
HSL 248º 0.25% 0.65% -
HSV(B) 248º 0.24% 0.74% -
XYZ 31.29 29.67 51.65 -
YUV 149.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 149 143 188 0.21 0.24 0 0.26 248 0.25 0.65
Hex 95 8F BC 15 18 0 1A F8 19 41
Octal 225 217 274 25 30 0 32 370 31 101
Binary 10010101 10001111 10111100 10101 11000 0 11010 11111000 11001 1000001

Color Harmonies of #958FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FBC

Black with #958FBC

Text Example


Text Example

White with #958FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958FBC; }

 p { color: rgb(149,143,188); }

 H1.HeaderClassName
 {
   color: #958FBC;
 }
 .AnyTagClassName
 {
   color: #958FBC;
 }
</style>

background-color css

<style>
 a { background-color: #958FBC; }

 a { background-color: rgb(149,143,188); }

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

border-color css

<style>
 span { border-color: #958FBC; }

 span { border-color: rgb(149,143,188); }

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