Html Css Color HEX #959BCA Blue Bell

📋 copy color: '#959BCA'

red 149 ◦ green 155 ◦ blue 202

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

Shades of Blue Bell #959BCA

Tints of Blue Bell #959BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.63%

 BLUE value IS 202 (79.3% from 255) = 39.92%

R = 29.45%
G = 30.63%
B = 39.92%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#959BCA (or 0x959BCA) is known color: Blue Bell. HEX triplet: 95, 9B and CA. RGB value is (149,155,202). Sum of RGB (Red+Green+Blue) = 149+155+202=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #959BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BCA is #6A6435. Grayscale: #9E9E9E. Windows color (decimal): -6972470 or 13278101. OLE color: 13278101.

HSL color Cylindrical-coordinate representation of color #959BCA: hue angle of 233.21º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #959BCA is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 155 202 -
CMYK 0.26 0.23 0 0.21
HSL 233.21º 0.33% 0.69% -
HSV(B) 233.21º 0.26% 0.79% -
XYZ 34.78 34.1 60.63 -
YUV 158.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 149 155 202 0.26 0.23 0 0.21 233.21 0.33 0.69
Hex 95 9B CA 1A 17 0 15 E9 21 45
Octal 225 233 312 32 27 0 25 351 41 105
Binary 10010101 10011011 11001010 11010 10111 0 10101 11101001 100001 1000101

Color Harmonies of #959BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BCA

Black with #959BCA

Text Example


Text Example

White with #959BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959BCA; }

 p { color: rgb(149,155,202); }

 H1.HeaderClassName
 {
   color: #959BCA;
 }
 .AnyTagClassName
 {
   color: #959BCA;
 }
</style>

background-color css

<style>
 a { background-color: #959BCA; }

 a { background-color: rgb(149,155,202); }

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

border-color css

<style>
 span { border-color: #959BCA; }

 span { border-color: rgb(149,155,202); }

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