Html Css Color HEX #949BCA Blue Bell

📋 copy color: '#949BCA'

red 148 ◦ green 155 ◦ blue 202

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

Shades of Blue Bell #949BCA

Tints of Blue Bell #949BCA

RGB

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

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

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

R = 29.31%
G = 30.69%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#949BCA (or 0x949BCA) is known color: Blue Bell. HEX triplet: 94, 9B and CA. RGB value is (148,155,202). Sum of RGB (Red+Green+Blue) = 148+155+202=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #949BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BCA is #6B6435. Grayscale: #9E9E9E. Windows color (decimal): -7038006 or 13278100. OLE color: 13278100.

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

Color convert

RGB 148 155 202 -
CMYK 0.27 0.23 0 0.21
HSL 232.22º 0.34% 0.69% -
HSV(B) 232.22º 0.27% 0.79% -
XYZ 34.59 34 60.62 -
YUV 158.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 148 155 202 0.27 0.23 0 0.21 232.22 0.34 0.69
Hex 94 9B CA 1B 17 0 15 E8 22 45
Octal 224 233 312 33 27 0 25 350 42 105
Binary 10010100 10011011 11001010 11011 10111 0 10101 11101000 100010 1000101

Color Harmonies of #949BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BCA

Black with #949BCA

Text Example


Text Example

White with #949BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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