Html Css Color HEX #949BCE Blue Bell

📋 copy color: '#949BCE'

red 148 ◦ green 155 ◦ blue 206

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

Shades of Blue Bell #949BCE

Tints of Blue Bell #949BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 29.08%
G = 30.45%
B = 40.47%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#949BCE (or 0x949BCE) is known color: Blue Bell. HEX triplet: 94, 9B and CE. RGB value is (148,155,206). Sum of RGB (Red+Green+Blue) = 148+155+206=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #949BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BCE is #6B6431. Grayscale: #9E9E9E. Windows color (decimal): -7038002 or 13540244. OLE color: 13540244.

HSL color Cylindrical-coordinate representation of color #949BCE: hue angle of 232.76º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #949BCE is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 155 206 -
CMYK 0.28 0.25 0 0.19
HSL 232.76º 0.37% 0.69% -
HSV(B) 232.76º 0.28% 0.81% -
XYZ 35.07 34.19 63.14 -
YUV 158.72 154.68 120.35 -
System Red Green Blue C M Y K H S L
Decimal 148 155 206 0.28 0.25 0 0.19 232.76 0.37 0.69
Hex 94 9B CE 1C 19 0 13 E9 25 45
Octal 224 233 316 34 31 0 23 351 45 105
Binary 10010100 10011011 11001110 11100 11001 0 10011 11101001 100101 1000101

Color Harmonies of #949BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BCE

Black with #949BCE

Text Example


Text Example

White with #949BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949BCE; }

 p { color: rgb(148,155,206); }

 H1.HeaderClassName
 {
   color: #949BCE;
 }
 .AnyTagClassName
 {
   color: #949BCE;
 }
</style>

background-color css

<style>
 a { background-color: #949BCE; }

 a { background-color: rgb(148,155,206); }

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

border-color css

<style>
 span { border-color: #949BCE; }

 span { border-color: rgb(148,155,206); }

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