Html Css Color HEX #958FBA Logan

📋 copy color: '#958FBA'

red 149 ◦ green 143 ◦ blue 186

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

Shades of Logan #958FBA

Tints of Logan #958FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 31.17%
G = 29.92%
B = 38.91%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#958FBA (or 0x958FBA) is known color: Logan. HEX triplet: 95, 8F and BA. RGB value is (149,143,186). Sum of RGB (Red+Green+Blue) = 149+143+186=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #958FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FBA is #6A7045. Grayscale: #959595. Windows color (decimal): -6975558 or 12226453. OLE color: 12226453.

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

Color convert

RGB 149 143 186 -
CMYK 0.20 0.23 0 0.27
HSL 248.37º 0.24% 0.65% -
HSV(B) 248.37º 0.23% 0.73% -
XYZ 31.08 29.58 50.53 -
YUV 149.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 149 143 186 0.20 0.23 0 0.27 248.37 0.24 0.65
Hex 95 8F BA 14 17 0 1B F8 18 41
Octal 225 217 272 24 27 0 33 370 30 101
Binary 10010101 10001111 10111010 10100 10111 0 11011 11111000 11000 1000001

Color Harmonies of #958FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FBA

Black with #958FBA

Text Example


Text Example

White with #958FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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