Html Css Color HEX #949BCF Blue Bell

📋 copy color: '#949BCF'

red 148 ◦ green 155 ◦ blue 207

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

Shades of Blue Bell #949BCF

Tints of Blue Bell #949BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 29.02%
G = 30.39%
B = 40.59%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#949BCF (or 0x949BCF) is known color: Blue Bell. HEX triplet: 94, 9B and CF. RGB value is (148,155,207). Sum of RGB (Red+Green+Blue) = 148+155+207=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #949BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BCF is #6B6430. Grayscale: #9E9E9E. Windows color (decimal): -7038001 or 13605780. OLE color: 13605780.

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

Color convert

RGB 148 155 207 -
CMYK 0.29 0.25 0 0.19
HSL 232.88º 0.38% 0.7% -
HSV(B) 232.88º 0.29% 0.81% -
XYZ 35.2 34.24 63.79 -
YUV 158.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 148 155 207 0.29 0.25 0 0.19 232.88 0.38 0.7
Hex 94 9B CF 1D 19 0 13 E9 26 46
Octal 224 233 317 35 31 0 23 351 46 106
Binary 10010100 10011011 11001111 11101 11001 0 10011 11101001 100110 1000110

Color Harmonies of #949BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BCF

Black with #949BCF

Text Example


Text Example

White with #949BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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